mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-01-14 09:40:54 +00:00
By default --make-iptables-util-chain is true, so PASS if this flag is not set.
This commit is contained in:
parent
ed7f6cf3fc
commit
0a5358665e
@ -164,6 +164,8 @@ groups:
|
|||||||
op: eq
|
op: eq
|
||||||
value: true
|
value: true
|
||||||
set: true
|
set: true
|
||||||
|
- flag: "--make-iptables-util-chains"
|
||||||
|
set: false
|
||||||
remediation: |
|
remediation: |
|
||||||
If using a Kubelet config file, edit the file to set makeIPTablesUtilChains: true .
|
If using a Kubelet config file, edit the file to set makeIPTablesUtilChains: true .
|
||||||
If using command line arguments, edit the kubelet service file
|
If using command line arguments, edit the kubelet service file
|
||||||
|
Loading…
Reference in New Issue
Block a user