Files
2025-11-13 05:17:17 +01:00

14 lines
410 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|...}}`
- Flip multiple booleans:
`sudo togglesebool {{key1 key2 ...}}`