mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardening] ignore execve where auid is unset (services, typically)
This commit is contained in:
parent
470e333d00
commit
98e06464eb
1 changed files with 2 additions and 2 deletions
|
|
@ -123,8 +123,8 @@ in
|
|||
|
||||
"-a exit,always -F arch=b64 -S init_module -S finit_module -k module_insertion"
|
||||
"-a exit,always -F arch=b32 -S init_module -S finit_module -k module_insertion"
|
||||
"-a exit,always -F arch=b64 -C auid!=euid -F euid=0 -S execve -k privesc_execve"
|
||||
"-a exit,always -F arch=b32 -C auid!=euid -F euid=0 -S execve -k privesc_execve"
|
||||
"-a exit,always -F arch=b64 -C auid!=euid -F auid!=unset -F euid=0 -S execve -k privesc_execve"
|
||||
"-a exit,always -F arch=b32 -C auid!=euid -F auid!=unset -F euid=0 -S execve -k privesc_execve"
|
||||
]
|
||||
++ optional cfg.expensive "-a exit,always -F arch=b64 -S execve -k execve_calls"
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue