add grymforge
This commit is contained in:
parent
c5d2fbe031
commit
980f180b88
9 changed files with 423 additions and 1 deletions
7
hosts/grymforge/auditd.nix
Normal file
7
hosts/grymforge/auditd.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
security.auditd.enable = true;
|
||||
security.audit.enable = true;
|
||||
security.audit.rules = [
|
||||
"-a exit,always -F arch=b64 -S execve"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue