2b661e5 Bug 570912 - dirsrv-admin SELinux module fails to install on F-13

Authored and Committed by nkinder 14 years ago
    Bug 570912 - dirsrv-admin SELinux module fails to install on F-13
    
    The dirsrv-admin policy was calling two different macros that were
    not designed to be used together.  This worked in the past, but it
    causes a conflicting rule to result on F-13.  We really only need
    to use the init_daemon_domain macro.
    
    During testing, I also encountered an AVC when restarting the
    dirsrv-admin service.  We needed to add ioctl permission for
    dirsrvadmin_t fifo files to the dirsrvadmin_t domain.
    
        
file modified
+1 -2