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 | c564bd17a8c169d1aafcd2db94dc8571a0e54293 (patch) | |
tree | 7a2fcfc378cb25e3b740f7a59f4717c7b51366a6 /tv/2configs/audit.nix | |
parent | 0bf0c2b15dde94338de3d36c98b1a32f83181ead (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 0000000..644741a --- /dev/null +++ b/tv/2configs/audit.nix @@ -0,0 +1,9 @@ +{ ... }: + +{ + security.audit = { + rules = [ + "-a task,never" + ]; + }; +} |