hardening: defaults, bad/unwanted services
This commit is contained in:
parent
ab781c6e10
commit
1d0a47541c
1 changed files with 7 additions and 0 deletions
7
roles/hardening/defaults/main.yml
Normal file
7
roles/hardening/defaults/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
|
||||
BAD_SERVICES:
|
||||
- postfix
|
||||
- rpcbind
|
||||
- rsyncd.service
|
||||
- rsyncd.socket
|
Loading…
Reference in a new issue