trunk: fix pipe permission set in domtrans_pattern().

This commit is contained in:
Chris PeBenito 2007-07-26 19:41:15 +00:00
parent 924f3cc2cb
commit 63acaf59d7

View File

@ -34,7 +34,7 @@ define(`domtrans_pattern',`
domain_auto_transition_pattern($1,$2,$3)
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;
')