mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 21:32:22 +01:00
22 lines
603 B
JSON
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" ]
|
|
}
|
|
}
|
|
}
|