summaryrefslogtreecommitdiffstats
path: root/testing/aaudit/aaudit.conf
blob: 5786225a40b124d6a86dcad62052dacc63798757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
author_name = "Alpine Auditor";
author_email = "audit@alpine.local";
notify_email = { "engineers@alpine.local" };
-- smtp_server = "<server>";
commit_message = "Changes";

track_filemode = true;

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",
};