Eric Paris | 1dce0bf | 2013-01-11 14:23:09 -0500 | [diff] [blame] | 1 | .TH "sepolicy-transition" "8" "20121005" "" "" |
| 2 | .SH "NAME" |
| 3 | sepolicy-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" |
| 14 | sepolicy transition will show all domains that a give SELinux source domain can transition to, including the entrypoint. |
| 15 | |
| 16 | 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 |
| 17 | paths. 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 |
| 22 | Display help message |
| 23 | .TP |
| 24 | .I \-s, \-\-source |
| 25 | Specify the source SELinux domain type. |
| 26 | .TP |
| 27 | .I \-t, \-\-target |
| 28 | Specify the target SELinux domain type. |
| 29 | |
| 30 | .SH "AUTHOR" |
| 31 | This man page was written by Daniel Walsh <dwalsh@redhat.com> |
| 32 | |
| 33 | .SH "SEE ALSO" |
| 34 | sepolicy(8), selinux(8) |