aports/main/aaudit/aaudit-server.json
2014-06-12 07:57:18 +00:00

22 lines
603 B
JSON

{
"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" ]
}
}
}