feat: enabled auditd
This commit is contained in:
parent
0075fca986
commit
1fa89834d0
1 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,13 @@ in {
|
||||||
"a /home/*/.bash_history - - - - u:splunk:r"
|
"a /home/*/.bash_history - - - - u:splunk:r"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
security.auditd = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
log_group = cfg.user.group;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# set up the core files
|
# set up the core files
|
||||||
systemd.services."${name}_prestart" = {
|
systemd.services."${name}_prestart" = {
|
||||||
wantedBy = [
|
wantedBy = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue