Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
See #1
  • Loading branch information
Neo23x0 committed Sep 25, 2018
1 parent 6971705 commit c1b6620
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
-a exit,never -F subj_type=crond_t

## This prevents chrony from overwhelming the logs
-a never,exit -F arch=b64 -S adjtimex -F auid=unset -F uid=chrony -F subj_type=chronyd_t
-a never,exit -F arch=b64 -S adjtimex -F auid=unset -F uid=_chrony -F subj_type=chronyd_t

## This is not very interesting and wastes a lot of space if the server is public facing
-a always,exclude -F msgtype=CRYPTO_KEY_USER
Expand Down Expand Up @@ -182,7 +182,6 @@
-w /etc/sysconfig/network -p wa -k network_modifications
-w /etc/network/ -p wa -k network
-a always,exit -F dir=/etc/NetworkManager/ -F perm=wa -k network_modifications
-w /etc/sysconfig/network -p wa -k network_modifications
### Changes to issue
-w /etc/issue -p wa -k etcissue
-w /etc/issue.net -p wa -k etcissue
Expand Down

0 comments on commit c1b6620

Please sign in to comment.