blob: 897f0c4c418e9702a79c7c7b79132da45e8a279f [file] [log] [blame]
Eric Paris1dce0bf2013-01-11 14:23:09 -05001.TH "sepolicy-transition" "8" "20121005" "" ""
2.SH "NAME"
3sepolicy-transition \- Examine the SELinux Policy and generate a process transition report
4
5.SH "SYNOPSIS"
6
7.br
8.B sepolicy transition [\-h] \-s SOURCE
9
10.br
11.B sepolicy transition [\-h] \-s SOURCE \-t TARGET
12
13.SH "DESCRIPTION"
14sepolicy transition will show all domains that a give SELinux source domain can transition to, including the entrypoint.
15
16If a target domain is given, sepolicy transition will examine policy for all transition paths from the source domain to the target domain, and will list the
17paths. If a transition is possible, this tool will print out all transition paths from the source domain to the target domain
18
19.SH "OPTIONS"
20.TP
21.I \-h, \-\-help
22Display help message
23.TP
24.I \-s, \-\-source
25Specify the source SELinux domain type.
26.TP
27.I \-t, \-\-target
28Specify the target SELinux domain type.
29
30.SH "AUTHOR"
31This man page was written by Daniel Walsh <dwalsh@redhat.com>
32
33.SH "SEE ALSO"
34sepolicy(8), selinux(8)