Eric Paris | 1dce0bf | 2013-01-11 14:23:09 -0500 | [diff] [blame] | 1 | .TH "sepolicy-booleans" "8" "20121112" "" "" |
| 2 | .SH "NAME" |
| 3 | sepolicy-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" |
| 11 | sepolicy booleans will show all booleans and their descriptions, or you can |
| 12 | choose individual booleans to display |
| 13 | |
| 14 | .SH "OPTIONS" |
| 15 | .TP |
| 16 | .I \-h, \-\-help |
| 17 | Display help message |
| 18 | .TP |
| 19 | .I \-a, \-\-all |
| 20 | Display all boolean descriptions |
| 21 | .TP |
| 22 | .I \-b, \-\-boolean |
| 23 | boolean to get description |
| 24 | |
| 25 | .SH "AUTHOR" |
| 26 | This man page was written by Daniel Walsh <dwalsh@redhat.com> |
| 27 | |
| 28 | .SH "SEE ALSO" |
| 29 | sepolicy(8), selinux(8), getsebool(8), setsebool(8) |