mirror of https://github.com/CrimsonTome/tldr.git
18 lines
389 B
Markdown
18 lines
389 B
Markdown
|
# getsebool
|
||
|
|
||
|
> Get SELinux boolean value.
|
||
|
> See also: `semanage-boolean`, `setsebool`.
|
||
|
> More information: <https://manned.org/man/getsebool>.
|
||
|
|
||
|
- Show the current setting of a boolean:
|
||
|
|
||
|
`getsebool {{httpd_can_connect_ftp}}`
|
||
|
|
||
|
- Show the current setting of [a]ll booleans:
|
||
|
|
||
|
`getsebool -a`
|
||
|
|
||
|
- Show the current setting of all booleans with explanations:
|
||
|
|
||
|
`sudo semanage boolean {{-l|--list}}`
|