1sestatus(8) sestatus(8)
2
3
4
6 sestatus - SELinux status tool
7
8
10 sestatus [-v] [-b]
11
12 This tool is used to get the status of a system running SELinux.
13
14
16 This manual page describes the sestatus program.
17 This tool is used to get the status of a system running SELinux. It
18 displays data about whether SELinux is enabled, disabled, the loaded
19 policy and whether it is in enforcing or permissive mode. It can also
20 be used to display the security context of files and processes listed
21 in the /etc/sestatus.conf file.
22
23 > sestatus
24 SELinux status: enabled
25 SELinuxfs mount: /selinux
26 Current Mode: permissive
27 Policy version: 16
28
29
31 -v
32
33 Checks the contexts of a files , and a processes listed in the
34 /etc/sestatus.conf file. It also checks the context of the target, in
35 cases of symlinks.
36
37 -b
38
39 Display the current state of booleans.
40
41
42
44 /etc/sestatus.conf
45
46
48 This man page was written by Daniel Walsh <dwalsh@redhat.com>.
49 The program was written by Chris PeBenito <pebenito@gentoo.org>
50
51
52
53
54
55 2005111103 sestatus(8)