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

9 lines
162 B
Plaintext
Raw Normal View History

2005-04-29 17:45:15 +00:00
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
')