domtrans_pattern: use inherited fifo perms
This commit is contained in:
parent
d3462090d5
commit
da89b955a0
@ -32,7 +32,7 @@ define(`spec_domtrans_pattern',`
|
||||
domain_transition_pattern($1,$2,$3)
|
||||
|
||||
allow $3 $1:fd use;
|
||||
allow $3 $1:fifo_file rw_fifo_file_perms;
|
||||
allow $3 $1:fifo_file rw_inherited_fifo_file_perms;
|
||||
allow $3 $1:process sigchld;
|
||||
')
|
||||
|
||||
@ -68,7 +68,7 @@ define(`domtrans_pattern',`
|
||||
domain_auto_transition_pattern($1,$2,$3)
|
||||
|
||||
allow $3 $1:fd use;
|
||||
allow $3 $1:fifo_file rw_fifo_file_perms;
|
||||
allow $3 $1:fifo_file rw_inherited_fifo_file_perms;
|
||||
allow $3 $1:process sigchld;
|
||||
')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user