Skip to content

Commit

Permalink
Merge pull request #549 from konstruktoid/credsec
Browse files Browse the repository at this point in the history
audit systemd credential.secret
  • Loading branch information
konstruktoid authored Dec 25, 2024
2 parents 1694409 + c285325 commit cbaa082
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions misc/audit-base.rules
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,12 @@
-a always,exit -F arch=b32 -S sethostname -S setdomainname -k system-locale
-a always,exit -F arch=b64 -S sethostname -S setdomainname -k system-locale

# systemd configuration and tools
-w /etc/systemd -p wa -k systemd
-w /lib/systemd -p wa -k systemd
-w /bin/journalctl -p x -k systemd-tools
-w /bin/systemctl -p x -k systemd-tools
# Systemd configuration and tools
-w /bin/journalctl -p x -F key=systemd-tools
-w /bin/systemctl -p x -F key=systemd-tools
-w /etc/systemd -p wa -F key=systemd
-w /lib/systemd -p wa -F key=systemd
-w /var/lib/systemd/credential.secret -p wa -F key=systemd

# Time modification
-a always,exit -F arch=b32 -S adjtimex -S settimeofday -S stime -k time-change
Expand Down

0 comments on commit cbaa082

Please sign in to comment.