Browse Source

Fix syntax error in selinux interface.

There was a simple syntax error in the dirsrv SELinux interface
file.  This would cause issues building the admin server SELinux
policy.
Nathan Kinder 16 years ago
parent
commit
f6d937e818
1 changed files with 1 additions and 1 deletions
  1. 1 1
      selinux/dirsrv.if

+ 1 - 1
selinux/dirsrv.if

@@ -77,7 +77,7 @@ interface(`dirsrv_manage_log',`
 
 	allow $1 dirsrv_var_log_t:dir manage_dir_perms;
 	allow $1 dirsrv_var_log_t:file manage_file_perms;
-	allow $1 dirsrv_var_log_t:fifo_file: manage_fifo_file_perms;
+	allow $1 dirsrv_var_log_t:fifo_file manage_fifo_file_perms;
 ')
 
 #######################################