1sepolicy(8) sepolicy(8)
2
3
4
6 sepolicy - SELinux Policy Inspection tool
7
8
10 sepolicy [-h] [-P policy_path ] {booleans,communicate,generate,inter‐
11 face,manpage,network,transition} OPTIONS
12
13 Arguments:
14
15 booleans
16 Query SELinux policy to see description of booleans sepolicy-boolean(8)
17
18 communicate
19 Query SELinux policy to see if domains can communicate with each other
20 sepolicy-communicate(8)
21
22 generate
23 Generate SELinux Policy module template sepolicy-generate(8)
24
25 gui
26 Launch Graphical User Interface for SELinux Policy, requires policy‐
27 coreutils-gui package. sepolicy-gui(8)
28
29 interface
30 Print SELinux Policy interface information sepolicy-interface(8)
31
32 manpage
33 Generate SELinux man pages sepolicy-manpage(8)
34
35 network
36 Query SELinux policy network information sepolicy-network(8)
37
38 transition
39 Query SELinux Policy to see how a source process domain can transition
40 to the target process domain sepolicy-transition(8)
41
42
44 sepolicy is a tools set that will query the installed SELinux policy
45 and generate useful reports, man pages, or even new policy modules.
46 See the argument specific man pages for options and descriptions.
47
48
50 -P, --policy
51 Alternate policy to analyze. (Defaults to currently installed
52 policy /sys/fs/selinux/policy)
53
54 -h, --help
55 Display help message
56
57
59 This man page was written by Daniel Walsh <dwalsh@redhat.com>
60
61
63 selinux(8), sepolicy-booleans(8), sepolicy-communicate(8), sepolicy-
64 generate(8),sepolicy-gui(8), sepolicy-interface(8), sepolicy-net‐
65 work(8), sepolicy-manpage(8), sepolicy-transition(8)
66
67
68
69 20121005 sepolicy(8)