You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 7.1.12 Ensure no files or directories without an owner and a group exist
1318
-
ubtu22cis_exclude_unowned_search_path: (! -path "/run/user/*" -a ! -path "/proc/*" -a ! -path "*/containerd/*" -a ! -path "*/kubelet/pods/*" -a ! -path "*/kubelet/plugins/*" -a ! -path "/sys/fs/cgroup/memory/*" -a ! -path "/var/*/private/*")
1319
-
1317
+
# 7.1.12
1318
+
# Ensure no files or directories without an owner and a group exist
1319
+
# Extend the list as required adding the the current list e.g. "-a ! -path "/somedir/*"
1320
+
# Note Ensure to document all exclusions that do not match the benchmark
1321
+
ubtu22cis_exclude_unowned_search_path: '\( ! -path "/run/user/*" -a ! -path "/proc/*" -a ! -path "*/containerd/*" -a ! -path "*/kubelet/pods/*" -a ! -path "*/kubelet/plugins/*" -a ! -path "/sys/fs/cgroup/memory/*" -a ! -path "/var/*/private/*" \)'
1322
+
1323
+
# This can be extended as seen fit
1324
+
# NFS added as starter to be extended with "-a -not -fstype CIFS"
1325
+
# Note Ensure to document all exclusions that do not match the benchmark
0 commit comments