Blame python/sepolicy/sepolicy-transition.8

Packit Service 9fb14c
.TH "sepolicy-transition" "8" "20121005" "" ""
Packit Service 9fb14c
.SH "NAME"
Packit Service 9fb14c
sepolicy-transition \- Examine the SELinux Policy and generate a process transition report
Packit Service 9fb14c
Packit Service 9fb14c
.SH "SYNOPSIS"
Packit Service 9fb14c
Packit Service 9fb14c
.br
Packit Service 9fb14c
.B sepolicy transition [\-h] \-s SOURCE
Packit Service 9fb14c
Packit Service 9fb14c
.br
Packit Service 9fb14c
.B sepolicy transition [\-h] \-s SOURCE \-t TARGET
Packit Service 9fb14c
Packit Service 9fb14c
.SH "DESCRIPTION"
Packit Service 9fb14c
sepolicy transition will show all domains that a give SELinux source domain can transition to, including the entrypoint.
Packit Service 9fb14c
Packit Service 9fb14c
If 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 
Packit Service 9fb14c
paths.  If a transition is possible, this tool will print out all transition paths from the source domain to the target domain
Packit Service 9fb14c
Packit Service 9fb14c
.SH "OPTIONS"
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I                \-h, \-\-help       
Packit Service 9fb14c
Display help message
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I                \-s, \-\-source
Packit Service 9fb14c
Specify the source SELinux domain type.
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I                \-t, \-\-target
Packit Service 9fb14c
Specify the target SELinux domain type.
Packit Service 9fb14c
Packit Service 9fb14c
.SH "AUTHOR"
Packit Service 9fb14c
This man page was written by Daniel Walsh <dwalsh@redhat.com>
Packit Service 9fb14c
Packit Service 9fb14c
.SH "SEE ALSO"
Packit Service 9fb14c
sepolicy(8), selinux(8)