selinux-policy/strict/macros/program/rhgb_macros.te
2005-04-29 17:45:15 +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
')