diff options
Diffstat (limited to 'testing/aaudit/aaudit.conf')
-rw-r--r-- | testing/aaudit/aaudit.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/aaudit/aaudit.conf b/testing/aaudit/aaudit.conf new file mode 100644 index 0000000000..cfecde6e36 --- /dev/null +++ b/testing/aaudit/aaudit.conf @@ -0,0 +1,25 @@ +author_name = "Alpine Auditor"; +author_email = "audit@alpine.local"; +notify_email = { "engineers@alpine.local" }; +-- smtp_server = "<server>"; +commit_message = "Changes"; + +no_track_files = { + "*/.git/*", + "*.apk-new", + "*~", + "etc/unbound/root.hints", + "etc/chrony/chrony.drift", + "etc/ld.so.cache", +}; + +no_notify_files = { + "etc/acf/password", +}; + +private_files = { + "etc/shadow*", + "*.crt", + "*.pem", + "*.pfx", +}; |