mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 22:47:54 +00:00
Update cheatsheets
This commit is contained in:
@@ -21,9 +21,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo setsebool -P {{container_use_devices}} {{1|true|on|0|false|off}}`
|
||||
|
||||
- Set or unset multiple booleans [P]ersistently at once:
|
||||
- Set or unset multiple booleans at once [P]ersistently:
|
||||
|
||||
`sudo setsebool -P {{ftpd_use_fusefs=1 mount_anyfile=0 ...}}`
|
||||
`sudo setsebool -P {{key1 1 key2 0 ...}}`
|
||||
|
||||
- Set or unset a boolean persistently (alternative method using `semanage-boolean`):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user