Files
cheatsheet-tldr/tldr/linux/togglesebool
2024-09-19 00:16:36 +00:00

15 lines
436 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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 ...}}`