mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
add sysctl exclude
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
92dc094022
commit
4b519e8b13
1 changed files with 2 additions and 2 deletions
|
@ -45,5 +45,5 @@ auditd_package: 'audit'
|
|||
hidepid_option: '0' # allowed values: 0, 1, 2
|
||||
|
||||
sysctl_unsupported_entries:
|
||||
- 'fs.protected_fifos'
|
||||
- 'fs.protected_regular'
|
||||
fs.protected_fifos:
|
||||
fs.protected_regular:
|
||||
|
|
Loading…
Reference in a new issue