## RPC port mapping service.
########################################
##
## Execute portmap_helper in the helper domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`portmap_domtrans_helper',`
gen_require(`
type portmap_helper_t, portmap_helper_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, portmap_helper_exec_t, portmap_helper_t)
')
########################################
##
## Execute portmap helper in the helper domain, and
## allow the specified role the helper domain.
## Communicate with portmap.
##
##
##
## Domain allowed to transition.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`portmap_run_helper',`
gen_require(`
type portmap_t, portmap_helper_t;
')
portmap_domtrans_helper($1)
role $2 types portmap_helper_t;
')
########################################
##
## Send UDP network traffic to portmap. (Deprecated)
##
##
##
## Domain allowed access.
##
##
#
interface(`portmap_udp_send',`
refpolicywarn(`$0($*) has been deprecated.')
')
########################################
##
## Send and receive UDP network traffic from portmap. (Deprecated)
##
##
##
## Domain allowed access.
##
##
#
interface(`portmap_udp_chat',`
refpolicywarn(`$0($*) has been deprecated.')
')
########################################
##
## Connect to portmap over a TCP socket (Deprecated)
##
##
##
## Domain allowed access.
##
##
#
interface(`portmap_tcp_connect',`
refpolicywarn(`$0($*) has been deprecated.')
')