mirror of https://github.com/CrimsonTome/tldr.git
10 lines
348 B
Markdown
10 lines
348 B
Markdown
|
# togglesebool
|
||
|
|
||
|
> Flip the current (non-persistent) values of SELinux booleans.
|
||
|
> Note: This tool has been deprecated and often removed in favor of `setsebool`.
|
||
|
> More information: <https://manned.org/man/togglesebool>.
|
||
|
|
||
|
- Flip the current (non-persistent) values of the specified booleans:
|
||
|
|
||
|
`sudo togglesebool {{virt_use_samba virt_use_usb ...}}`
|