HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sestatus — Print the current SELinux status. More information: <https://manned.org/sestatus>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecurrentcommandstatussestatuscliprintselinux
linux

Problem

How to use the sestatus command: Print the current SELinux status. More information: <https://manned.org/sestatus>.

Solution

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

Code Snippets

Print the current status

sestatus

Print the current states of all policy booleans

sestatus -b

Print the current file and process contexts

sestatus -v

Context

tldr-pages: linux/sestatus

Revisions (0)

No revisions yet.