From d9135072d73920272d30a1f9e91024ece2df81eb Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Wed, 7 Sep 2005 17:20:40 +0000 Subject: [PATCH] fixes --- docs/macro_conversion_guide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/macro_conversion_guide b/docs/macro_conversion_guide index 33f61ca2..aa326f45 100644 --- a/docs/macro_conversion_guide +++ b/docs/macro_conversion_guide @@ -659,7 +659,7 @@ allow $1 $3:dir create_dir_perms; allow $1 $3:file create_file_perms; allow $1 $3:lnk_file create_lnk_perms; allow $1 $3:sock_file create_file_perms; -allow $1 $3:fifo_file create_sock_perms; +allow $1 $3:fifo_file create_file_perms; type_transition $1 $2:{ file lnk_file sock_file fifo_file } $3; #