1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

sestatus: add page (#14037)

Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
This commit is contained in:
Managor 2024-10-07 16:47:54 +03:00 committed by GitHub
parent 0fd72d1103
commit 8df36bea65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/linux/sestatus.md Normal file
View file

@ -0,0 +1,16 @@
# 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`