summaryrefslogtreecommitdiffstats
path: root/selinux
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-01-18 11:37:18 -0800
committerNathan Kinder <nkinder@redhat.com>2010-01-18 11:37:18 -0800
commitf6d937e8189a5ebc2d096731bf811f3b370db612 (patch)
treec455cda9ba40f6dbf9baa022166f7ea045534740 /selinux
parent80fb1c7aada872dd984964b87035d5850f223f01 (diff)
downloadds-f6d937e8189a5ebc2d096731bf811f3b370db612.tar.gz
ds-f6d937e8189a5ebc2d096731bf811f3b370db612.tar.xz
ds-f6d937e8189a5ebc2d096731bf811f3b370db612.zip
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.
Diffstat (limited to 'selinux')
-rw-r--r--selinux/dirsrv.if2
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/dirsrv.if b/selinux/dirsrv.if
index b8e1a7f9..c6e28114 100644
--- a/selinux/dirsrv.if
+++ b/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;
')
#######################################