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