diff --git a/pages/linux/sestatus.md b/pages/linux/sestatus.md new file mode 100644 index 0000000000..8b04803630 --- /dev/null +++ b/pages/linux/sestatus.md @@ -0,0 +1,16 @@ +# sestatus + +> Print the current SELinux status. +> More information: . + +- Print the current status: + +`sestatus` + +- Print the current states of all policy booleans: + +`sestatus -b` + +- Print the current file and process contexts: + +`sestatus -v`