mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 20:51:53 +00:00
Update cheatsheets
This commit is contained in:
14
tldr/linux/togglesebool
Normal file
14
tldr/linux/togglesebool
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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/man/togglesebool>.
|
||||
|
||||
- Flip the current (non-persistent) values of the specified booleans:
|
||||
|
||||
`sudo togglesebool {{virt_use_samba virt_use_usb ...}}`
|
||||
Reference in New Issue
Block a user