blob: 81accc6f83de291e73a237b8b182a8db74004575 [file] [log] [blame]
Dan Walsh1925e1e2013-10-11 08:34:44 -04001.TH "semanage-dontaudit" "8" "20130617" "" ""
2.SH "NAME"
Laurent Bigonville2e938332013-11-06 13:24:01 +01003.B semanage\-dontaudit \- SELinux Policy Management dontaudit tool
Dan Walsh1925e1e2013-10-11 08:34:44 -04004.SH "SYNOPSIS"
5.B semanage dontaudit [\-h] [\-S STORE] [\-N] {on,off}
6
7.SH "DESCRIPTION"
8semanage is used to configure certain elements of
9SELinux policy without requiring modification to or recompilation
10from policy sources. semanage dontaudit toggles whether or not dontaudit rules will be in the policy. Policy writers use dontaudit rules to cause
Philipp Gesangc187f0b2016-05-27 17:13:21 +020011confined applications to use alternative paths. Dontaudit rules are denied but not reported in the logs. Some times dontaudit rules can cause bugs in applications but policy writers will not realize it since the AVC is not audited. Turning off dontaudit rules with this command to see if the kernel is blocking an access.
Dan Walsh1925e1e2013-10-11 08:34:44 -040012
13.SH "OPTIONS"
14.TP
15.I \-h, \-\-help
16show this help message and exit
17.TP
18.I \-S STORE, \-\-store STORE
19Select an alternate SELinux Policy Store to manage
20.TP
21.I \-N, \-\-noreload
22Do not reload the policy after commit
23
24.SH EXAMPLE
25.nf
26Turn off dontaudit rules
27# semanage dontaudit off
28
29.SH "SEE ALSO"
Alan Jenkins62f05892017-01-11 12:41:09 +000030.BR selinux (8),
31.BR semanage (8)
Dan Walsh1925e1e2013-10-11 08:34:44 -040032
33.SH "AUTHOR"
34This man page was written by Daniel Walsh <dwalsh@redhat.com>