selinux-policy/mls/macros/program/rhgb_macros.te
2005-11-22 19:28:03 +00:00

9 lines
162 B
Plaintext

define(`rhgb_domain', `
ifdef(`rhgb.te', `
allow $1 rhgb_t:process sigchld;
allow $1 rhgb_t:fd use;
allow $1 rhgb_t:fifo_file { read write };
')dnl end ifdef
')