selinux-policy/refpolicy/policy/modules/services/howl.if

20 lines
352 B
Plaintext
Raw Normal View History

2005-08-22 20:43:20 +00:00
## <summary>Port of Apple Rendezvous multicast DNS</summary>
2005-11-25 16:43:03 +00:00
########################################
## <summary>
## Send generic signals to howl.
## </summary>
## <param name="domain">
## <summary>
2005-11-25 16:43:03 +00:00
## Domain allowed access.
## </summary>
2005-11-25 16:43:03 +00:00
## </param>
#
interface(`howl_signal',`
gen_require(`
type howl_t;
')
allow $1 howl_t:process signal;
')