aboutsummaryrefslogtreecommitdiffstats
path: root/main/aaudit/aaudit-server.json
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2014-06-12 07:56:57 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2014-06-12 07:57:18 +0000
commit15f898ca8068419fc02364231bb2981cc54971cb (patch)
treee3ec5995d70831834d467d40615870b44bca7044 /main/aaudit/aaudit-server.json
parent94983a506d2e95be0a5864ae7bcc7d7d61dc6cce (diff)
downloadaports-15f898ca8068419fc02364231bb2981cc54971cb.tar.bz2
aports-15f898ca8068419fc02364231bb2981cc54971cb.tar.xz
testing/aaudit: move to main
Diffstat (limited to 'main/aaudit/aaudit-server.json')
-rw-r--r--main/aaudit/aaudit-server.json21
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" ]
+ }
+ }
+}