Skip to content

Commit

Permalink
Remove rsync from package blacklist
Browse files Browse the repository at this point in the history
rsync was erroneously added to `os_security_packages_list` variable,
meaning it was uninstalled as a "package with known issues".

Fixes dev-sec#141
  • Loading branch information
duk3luk3 authored and Sebastian Gumprich committed Aug 7, 2017
1 parent f551da3 commit 75492db
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 75492db

Please sign in to comment.