selinux-policy/policy/modules/services/tcpd.if
2006-12-12 20:08:08 +00:00

20 lines
387 B
Plaintext

## <summary>Policy for TCP daemon.</summary>
########################################
## <summary>
## Execute tcpd in the tcpd domain.
## </summary>
## <param name="domain">
## <summary>
## The type of the process performing this action.
## </summary>
## </param>
#
interface(`tcpd_domtrans',`
gen_require(`
type tcpd_t, tcpd_exec_t;
')
domtrans_pattern($1,tcpd_exec_t,tcpd_t)
')