diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-05-10 19:13:15 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-05-10 19:13:43 +0300 |
commit | 99cbabfef1e156ff608c4166a8dec0ce8b5a3a0a (patch) | |
tree | fb609f8c4d8274e7beff80783c372d2a16d4c234 /testing/aaudit/aaudit-server.json | |
parent | b4d9865b4a688624679d5aa1d633b755db34c9e5 (diff) | |
download | aports-99cbabfef1e156ff608c4166a8dec0ce8b5a3a0a.tar.bz2 aports-99cbabfef1e156ff608c4166a8dec0ce8b5a3a0a.tar.xz |
main/aaudit: variouts optimizations, and improvements
Diffstat (limited to 'testing/aaudit/aaudit-server.json')
-rw-r--r-- | testing/aaudit/aaudit-server.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/aaudit/aaudit-server.json b/testing/aaudit/aaudit-server.json index b2edcef650..269e617166 100644 --- a/testing/aaudit/aaudit-server.json +++ b/testing/aaudit/aaudit-server.json @@ -13,8 +13,8 @@ "etc/chrony/chrony.drift", "etc/ld.so.cache" ], - "no_notify": [ "etc/acf/password" ], - "no_diff": [ "etc/shadow*", "*.crt","*.pem", "*.pfx" ] + "no_notify": [ "etc/acf/password", "*/.ssh/known_hosts" ], + "no_diff": [ "etc/shadow*", "etc/ssh/ssh_host_*_key", "*/.ssh/*", "*.crt","*.pem", "*.pfx" ] } } } |