mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:22:09 +02:00
9 lines
344 B
Markdown
9 lines
344 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/togglesebool>.
|
|
|
|
- Flip the current (non-persistent) values of the specified booleans:
|
|
|
|
`sudo togglesebool {{virt_use_samba virt_use_usb ...}}`
|