Difference between revisions of "Selinux"
Jump to navigation
Jump to search
(Created page with "=Create Custom Modules= audit2allow -m test < /var/log/audit/audit.log > /tmp/test.txt") |
|||
| Line 1: | Line 1: | ||
=Create Custom Modules= | =Create Custom Modules= | ||
audit2allow -m test < /var/log/audit/audit.log > /tmp/test.txt | audit2allow -m test < /var/log/audit/audit.log > /tmp/test.txt | ||
| + | =Show why selinux is being an asshole= | ||
| + | sealert -a /var/log/audit/audit.log | ||
| + | * sealert is provided by the package ''setroubleshoot'' | ||
Revision as of 11:00, 27 October 2011
Create Custom Modules
audit2allow -m test < /var/log/audit/audit.log > /tmp/test.txt
Show why selinux is being an asshole
sealert -a /var/log/audit/audit.log
- sealert is provided by the package setroubleshoot