Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-28 00:14:18 +00:00
parent 369eb89f11
commit f104adf657
16 changed files with 188 additions and 10 deletions

14
tldr/linux/togglesebool Normal file
View 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 ...}}`