Blame libselinux/man/man8/getsebool.8
|
Chris PeBenito |
473ea7 |
.TH "getsebool" "8" "11 Aug 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
|
|
Chris PeBenito |
473ea7 |
.SH "NAME"
|
|
Chris PeBenito |
473ea7 |
getsebool \- get SELinux boolean value(s)
|
|
Chris PeBenito |
473ea7 |
|
|
Chris PeBenito |
473ea7 |
.SH "SYNOPSIS"
|
|
Chris PeBenito |
473ea7 |
.B getsebool
|
|
Chris PeBenito |
473ea7 |
.I "[-a] [boolean]"
|
|
Chris PeBenito |
473ea7 |
|
|
Chris PeBenito |
473ea7 |
.SH "DESCRIPTION"
|
|
Chris PeBenito |
473ea7 |
.B getsebool
|
|
Chris PeBenito |
473ea7 |
reports where a particular SELinux boolean or
|
|
Chris PeBenito |
473ea7 |
all SELinux booleans are active or inactive.
|
|
Chris PeBenito |
473ea7 |
In certain situations a boolean can be in one state with a pending
|
|
Chris PeBenito |
473ea7 |
change to the other state. getsebool will report this as a pending change.
|
|
Chris PeBenito |
473ea7 |
The pending value indicates
|
|
Chris PeBenito |
473ea7 |
the value that will be applied upon the next boolean commit.
|
|
Chris PeBenito |
473ea7 |
|
|
Chris PeBenito |
473ea7 |
The setting of boolean values occurs in two stages; first the pending
|
|
Chris PeBenito |
473ea7 |
value is changed, then the booleans are committed, causing their
|
|
Chris PeBenito |
473ea7 |
active values to become their pending values. This allows a group of
|
|
Chris PeBenito |
473ea7 |
booleans to be changed in a single transaction, by setting all of
|
|
Chris PeBenito |
473ea7 |
their pending values as desired and then committing once.
|
|
Chris PeBenito |
473ea7 |
|
|
Chris PeBenito |
473ea7 |
.SH OPTIONS
|
|
Chris PeBenito |
473ea7 |
.TP
|
|
Chris PeBenito |
473ea7 |
.B \-a
|
|
Chris PeBenito |
473ea7 |
Show all SELinux booleans.
|
|
Chris PeBenito |
473ea7 |
|
|
Chris PeBenito |
473ea7 |
.SH AUTHOR
|
|
Chris PeBenito |
473ea7 |
This manual page was written by Dan Walsh <dwalsh@redhat.com>.
|
|
Chris PeBenito |
473ea7 |
The program was written by Tresys Technology.
|
|
Chris PeBenito |
473ea7 |
|
|
Chris PeBenito |
473ea7 |
.SH "SEE ALSO"
|
|
Chris PeBenito |
473ea7 |
setsebool(8), booleans(8)
|