We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a692a84 + 05415d9 commit 08ebd3dCopy full SHA for 08ebd3d
tasks/minimize_access.yml
@@ -1,4 +1,9 @@
1
---
2
+# If the find-task throws an error on /usr/bin/X11 like "File system loop detected"
3
+# the other files inside /usr/bin (and all other directories) are
4
+# still getting found and the permissions minimized in the next task.
5
+# This is also the reason why there's ignore_errors: true on the task.
6
+# also see: https://github.com/dev-sec/ansible-os-hardening/issues/219
7
- name: find files with write-permissions for group
8
shell: "find -L {{ item }} -perm /go+w -type f" # noqa 305
9
with_flattened:
0 commit comments