[selinux-policy: 632/3172] fixes

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:59:16 UTC 2010


commit d9135072d73920272d30a1f9e91024ece2df81eb
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Sep 7 17:20:40 2005 +0000

    fixes

 docs/macro_conversion_guide |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/macro_conversion_guide b/docs/macro_conversion_guide
index 33f61ca..aa326f4 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;
 
 #


More information about the scm-commits mailing list