selinux-refpolicy/strict/macros/program/rhgb_macros.te

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
')