Blame python/sepolicy/sepolicy-communicate.8

Packit Service 9fb14c
.TH "sepolicy-communicate" "8" "20121005" "" ""
Packit Service 9fb14c
.SH "NAME"
Packit Service 9fb14c
sepolicy-communicate \- Generate a report showing if two SELinux Policy Domains can communicate
Packit Service 9fb14c
Packit Service 9fb14c
.SH "SYNOPSIS"
Packit Service 9fb14c
Packit Service 9fb14c
.br
Packit Service 9fb14c
.B sepolicy communicate [\-h] \-s SOURCE \-t TARGET [\-c TCLASS] [\-S SOURCEACCESS] [\-T TARGETACCESS]
Packit Service 9fb14c
Packit Service 9fb14c
.SH "DESCRIPTION"
Packit Service 9fb14c
Use sepolicy communicate to examine SELinux Policy to if a source SELinux Domain can communicate with a target SELinux Domain.
Packit Service 9fb14c
The default command looks to see if there are any file types that the source domain can write, which the target domain can read.
Packit Service 9fb14c
Packit Service 9fb14c
.SH "OPTIONS"
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I                \-c, \-\-class
Packit Service 9fb14c
Specify the SELinux class which the source domain will attempt to communicate with the target domain.  (Default file)
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                \-S, \-\-sourceaccess
Packit Service 9fb14c
Specify the list of accesses used by the source SELinux domain type to communicate with the target domain. Default Open, Write.
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I                \-t, \-\-target
Packit Service 9fb14c
Specify the target SELinux domain type.
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I                \-T, \-\-targetaccess
Packit Service 9fb14c
Specify the list of accesses used by the target SELinux domain type to receive communications from the source domain. Default Open, Read.
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)
Packit Service 9fb14c