Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-08 00:16:55 +00:00
parent 34878bb630
commit 31e38d1972
26 changed files with 539 additions and 6 deletions

21
tldr/linux/sestatus Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# sestatus
> Print the current SELinux status.
> More information: <https://manned.org/sestatus>.
- Print the current status:
`sestatus`
- Print the current states of all policy booleans:
`sestatus -b`
- Print the current file and process contexts:
`sestatus -v`