selinux-policy/policy/modules/services/finger.if
Dominick Grift 288845a638 Services layer xml files.
Signed-off-by: Dominick Grift <domg472@gmail.com>
2010-08-05 09:25:29 -04:00

34 lines
729 B
Plaintext

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