Skip to content

Commit

Permalink
Merge pull request slackhq#8 from justintime32/enable_status
Browse files Browse the repository at this point in the history
Enable the audit system when starting
  • Loading branch information
nbrownus authored Dec 1, 2016
2 parents d76a81b + c1a40ab commit 1d820cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go-audit.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ rules:
- -a exit,always -F arch=b64 -S execve
# Watch all 32 bit program executions
- -a exit,always -F arch=b32 -S execve
# Enable kernel auditing (required if not done via the "audit" kernel boot parameter)
- -e 1

# If kaudit filtering isn't powerful enough you can use the following filter mechanism
filters:
Expand Down

0 comments on commit 1d820cd

Please sign in to comment.