Skip to content

Commit

Permalink
Merge pull request #63 from hardening-io/suid_set_def_var
Browse files Browse the repository at this point in the history
Suid set def var, fix #64
  • Loading branch information
fitz123 committed Jan 30, 2016
2 parents 7bc186e + a960535 commit eedd504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/suid_sgid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
- name: remove suid/sgid bit from all binaries except in system and user whitelist
file: path='{{item}}' mode='a-s' state=file follow=yes
with_items:
- '{{ suid | difference(os_security_suid_sgid_whitelist) }}'
- '{{ suid | default(omit) | difference(os_security_suid_sgid_whitelist) }}'
when: os_security_suid_sgid_remove_from_unknown

0 comments on commit eedd504

Please sign in to comment.