This commit is contained in:
Chris PeBenito 2005-09-07 17:20:40 +00:00
parent 964681069c
commit d9135072d7

View File

@ -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;
#