summaryrefslogtreecommitdiffstats
path: root/selinux/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add selinux policy for ns-slapdNathan Kinder2009-09-091-0/+17
This adds a "dirsrv" selinux policy module to confine the ns-slapd daemon. The setup and migration perl modules were changed to take care of any relabeling of installed files if selinux support was compiled in. The build system now takes a "--with-selinux" option that will compile the dirsrv policy module and enable any selinux specific setup code. To use the dirsrv policy module, the module will need to be loaded using the semodule utility. It is also necessary to relabel the installed files using restorecon after performing a make install. All of this will be taken care of in the spec file when in the case of using a RPM package.