diff options
Diffstat (limited to 'main/aaudit/aaudit-server.json')
-rw-r--r-- | main/aaudit/aaudit-server.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/main/aaudit/aaudit-server.json b/main/aaudit/aaudit-server.json new file mode 100644 index 0000000000..d00c0be812 --- /dev/null +++ b/main/aaudit/aaudit-server.json @@ -0,0 +1,21 @@ +{ + "smtp_server": "localhost", + "rtqueue": "rtqueue", + "identities": { + "_default": "Alpine Auditor <auditor@alpine.local>" + }, + "groups": { + "all": { + "notify_email": [ "Notify Group <config-changes@alpine.local>" ], + "track_filemode": true, + "no_track": [ + "*/.git/*", "*.apk-new", "*~", + "etc/unbound/root.hints", + "etc/chrony/chrony.drift", + "etc/ld.so.cache" + ], + "no_notify": [ "etc/acf/password", "*/.ssh/known_hosts" ], + "no_diff": [ "etc/shadow*", "etc/ssh/ssh_host_*_key", "*/.ssh/*", "*.crt","*.pem", "*.pfx" ] + } + } +} |