trunk: fix pipe permission set in domtrans_pattern().
This commit is contained in:
parent
924f3cc2cb
commit
63acaf59d7
@ -34,7 +34,7 @@ define(`domtrans_pattern',`
|
|||||||
domain_auto_transition_pattern($1,$2,$3)
|
domain_auto_transition_pattern($1,$2,$3)
|
||||||
|
|
||||||
allow $3 $1:fd use;
|
allow $3 $1:fd use;
|
||||||
allow $3 $1:fifo_file rw_file_perms;
|
allow $3 $1:fifo_file rw_fifo_file_perms;
|
||||||
allow $3 $1:process sigchld;
|
allow $3 $1:process sigchld;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user