selinux-policy/targeted/macros/program/rhgb_macros.te
2005-10-21 18:05:21 +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
')