mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 09:55:42 +02:00
togglesebool: add page (#12840)
* togglesebool: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
1c4f439791
commit
4a32852fab
1 changed files with 9 additions and 0 deletions
9
pages/linux/togglesebool.md
Normal file
9
pages/linux/togglesebool.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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 ...}}`
|
Loading…
Add table
Reference in a new issue