diff options
author | tv <tv@krebsco.de> | 2016-06-30 21:11:13 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-30 21:11:13 +0200 |
commit | 4d63548868ec4806d62d82337bb278e6dd34f21e (patch) | |
tree | 1781d6372a49f190fcdd58d136d6616cd471520c /tv/2configs/audit.nix | |
parent | 7b46ccaba5e3c6cd24cf821c5f848c3e4d636512 (diff) |
tv audit: -a task,never
Diffstat (limited to 'tv/2configs/audit.nix')
-rw-r--r-- | tv/2configs/audit.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tv/2configs/audit.nix b/tv/2configs/audit.nix new file mode 100644 index 000000000..644741a5b --- /dev/null +++ b/tv/2configs/audit.nix @@ -0,0 +1,9 @@ +{ ... }: + +{ + security.audit = { + rules = [ + "-a task,never" + ]; + }; +} |