mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Update roles/os_hardening/defaults/main.yml
Co-authored-by: schurzi <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
346b064682
commit
9f372c285c
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ sysctl_config:
|
|||
# Restrict hardlink creation behavior
|
||||
fs.protected_hardlinks: 1
|
||||
# Restrict regular files creation behavior
|
||||
fs.protected_regular: 1
|
||||
fs.protected_regular: 2
|
||||
# Restrict symlink following behavior
|
||||
fs.protected_symlinks: 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue