# Twistlock Defenders require the following capabilities
# - NET_ADMIN - Process monitoring and Iptables
...
...
@@ -486,7 +486,7 @@ policies:
{{- end}}
restrict-host-path-mount:
validationFailureAction:enforce
validationFailureAction:Enforce
{{- if or .Values.fluentbit.enabled .Values.monitoring.enabled .Values.promtail.enabled .Values.twistlock.enabled .Values.neuvector.enabled $deployNodeAgent}}
exclude:
any:
...
...
@@ -576,10 +576,10 @@ policies:
# To override either disable this policy (not ideal) or add an allowed wildcard matching where local paths are provisioned.
# See `docs/assets/configs/example/policy-overrides-k3d.yaml` for an example of how to do this for k3d.
restrict-host-path-mount-pv:
validationFailureAction:enforce
validationFailureAction:Enforce
restrict-host-path-write:
validationFailureAction:enforce
validationFailureAction:Enforce
{{- if or .Values.neuvector.enabled .Values.twistlock.enabled}}