Skip to content

Instantly share code, notes, and snippets.

@erikerlandson
Created May 7, 2014 16:20
Show Gist options
  • Save erikerlandson/be7f79e30b369417362a to your computer and use it in GitHub Desktop.
Save erikerlandson/be7f79e30b369417362a to your computer and use it in GitHub Desktop.
Example of using audit2allow to generate an selinux patch rule from failure messages in the audit log
# grep brprintconf_mfc /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment