2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`sudo togglesebool {{virt_use_samba|virt_use_usb|...}}`
|
|
|
|
|
|
|
|
|
|
- Flip multiple booleans:
|
|
|
|
|
|
|
|
|
|
`sudo togglesebool {{key1 key2 ...}}`
|