selinux-policy/policy/modules/services/tcpd.if

20 lines
387 B
Plaintext
Raw Normal View History

2005-08-11 15:17:13 +00:00
## <summary>Policy for TCP daemon.</summary>
2005-09-27 22:29:45 +00:00
########################################
## <summary>
## Execute tcpd in the tcpd domain.
## </summary>
## <param name="domain">
## <summary>
2005-09-27 22:29:45 +00:00
## The type of the process performing this action.
## </summary>
2005-09-27 22:29:45 +00:00
## </param>
#
interface(`tcpd_domtrans',`
gen_require(`
type tcpd_t, tcpd_exec_t;
')
2006-12-12 20:08:08 +00:00
domtrans_pattern($1,tcpd_exec_t,tcpd_t)
2005-09-27 22:29:45 +00:00
')