d91350 fixes

Authored and Committed by Chris PeBenito 19 years ago
    fixes
    
    
        
file modified
+1 -1
docs/macro_conversion_guide CHANGED
@@ -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 create_sock_perms;
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
#