domtrans_pattern: use inherited fifo perms

This commit is contained in:
cgzones 2017-03-08 17:19:26 +01:00
parent d3462090d5
commit da89b955a0

View File

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