## Finger user information service.
########################################
##
## Execute fingerd in the fingerd domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`finger_domtrans',`
gen_require(`
type fingerd_t, fingerd_exec_t;
')
domtrans_pattern($1, fingerd_exec_t, fingerd_t)
')
########################################
##
## Allow the specified domain to connect to fingerd with a tcp socket. (Deprecated)
##
##
##
## Domain allowed access.
##
##
#
interface(`finger_tcp_connect',`
refpolicywarn(`$0($*) has been deprecated.')
')