Skip to content

Commit

Permalink
Merge pull request #142 from duk3luk3/fix/no-blacklist-rsync
Browse files Browse the repository at this point in the history
Remove rsync from package blacklist
  • Loading branch information
rndmh3ro authored Aug 7, 2017
2 parents a88ff85 + 066f423 commit 02a475a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ os_security_suid_sgid_remove_from_unknown: false

# remove packages with known issues
os_security_packages_clean: true
os_security_packages_list: ['xinetd','inetd','ypserv','telnet-server','rsh-server','rsync', 'prelink']
os_security_packages_list: ['xinetd','inetd','ypserv','telnet-server','rsh-server', 'prelink']

# Allow interactive startup (rhel, centos)
os_security_init_prompt: true
Expand Down

0 comments on commit 02a475a

Please sign in to comment.