blob: f8d8b56d5d4d8ed4776d08126d2c764458c406a9 [file] [log] [blame]
Eric Paris1dce0bf2013-01-11 14:23:09 -05001.TH "sepolicy-booleans" "8" "20121112" "" ""
2.SH "NAME"
3sepolicy-booleans \- Query SELinux Policy to see description of booleans
4
5.SH "SYNOPSIS"
6
7.br
8.B sepolicy booleans [\-h] [ \-a | \-b booleanname ... ]
9
10.SH "DESCRIPTION"
11sepolicy booleans will show all booleans and their descriptions, or you can
12choose individual booleans to display
13
14.SH "OPTIONS"
15.TP
16.I \-h, \-\-help
17Display help message
18.TP
19.I \-a, \-\-all
20Display all boolean descriptions
21.TP
22.I \-b, \-\-boolean
23boolean to get description
24
25.SH "AUTHOR"
26This man page was written by Daniel Walsh <dwalsh@redhat.com>
27
28.SH "SEE ALSO"
29sepolicy(8), selinux(8), getsebool(8), setsebool(8)