@@ -659,7 +659,7 @@ allow $1 $3:dir create_dir_perms;
|
|
659
659
|
allow $1 $3:file create_file_perms;
|
660
660
|
allow $1 $3:lnk_file create_lnk_perms;
|
661
661
|
allow $1 $3:sock_file create_file_perms;
|
662
|
-
allow $1 $3:fifo_file
|
662
|
+
allow $1 $3:fifo_file create_file_perms;
|
663
663
|
type_transition $1 $2:{ file lnk_file sock_file fifo_file } $3;
|
664
664
|
|
665
665
|
|