From 8df36bea6536a88813178951363d49342fc9c90a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:47:54 +0300 Subject: [PATCH] sestatus: add page (#14037) Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com> --- pages/linux/sestatus.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/sestatus.md 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`