Blame mls/macros/program/rhgb_macros.te
|
Chris PeBenito |
31b7c0 |
|
|
Chris PeBenito |
31b7c0 |
define(`rhgb_domain', `
|
|
Chris PeBenito |
31b7c0 |
ifdef(`rhgb.te', `
|
|
Chris PeBenito |
31b7c0 |
allow $1 rhgb_t:process sigchld;
|
|
Chris PeBenito |
31b7c0 |
allow $1 rhgb_t:fd use;
|
|
Chris PeBenito |
31b7c0 |
allow $1 rhgb_t:fifo_file { read write };
|
|
Chris PeBenito |
31b7c0 |
')dnl end ifdef
|
|
Chris PeBenito |
31b7c0 |
')
|