1sepolicy-transition(8) sepolicy-transition(8)
2
3
4
6 sepolicy-transition - Examine the SELinux Policy and generate a process
7 transition report
8
9
11 sepolicy transition [-h] -s SOURCE
12
13 sepolicy transition [-h] -s SOURCE -t TARGET
14
15
17 sepolicy transition will show all domains that a give SELinux source
18 domain can transition to, including the entrypoint.
19
20 If a target domain is given, sepolicy transition will examine policy
21 for all transition paths from the source domain to the target domain,
22 and will list the paths. If a transition is possible, this tool will
23 print out all transition paths from the source domain to the target
24 domain
25
26
28 -h, --help
29 Display help message
30
31 -s, --source
32 Specify the source SELinux domain type.
33
34 -t, --target
35 Specify the target SELinux domain type.
36
37
39 This man page was written by Daniel Walsh <dwalsh@redhat.com>
40
41
43 sepolicy(8), selinux(8)
44
45
46
47 20121005 sepolicy-transition(8)