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
1280
-
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/*")
1323
+
# 7.1.12
1324
+
# Ensure no files or directories without an owner and a group exist
1325
+
# Extend the list as required adding the the current list e.g. "-a ! -path "/somedir/*"
1326
+
# Note Ensure to document all exclusions that do not match the benchmark
1327
+
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/*" \)'
1281
1328
1329
+
# This can be extended as seen fit
1330
+
# NFS added as starter to be extended with "-a -not -fstype CIFS"
1331
+
# Note Ensure to document all exclusions that do not match the benchmark
0 commit comments