Running InfoPrint Manager with SELinux set in enforcing mode
- Install
checkpolicyandpolicycoreutilsrpm files if not already installed:yum install checkpolicy policycoreutils
- Generate the SELinux policy module:
cd /tmp cp /usr/lpp/pd/selinux/ipm.te /tmp /usr/bin/checkmodule -M -m -o ipm.mod ipm.te /usr/bin/semodule_package -o ipm.pp -m ipm.mod
- Install the new SELinux policy module:
semodule -i ipm.pp
- Remove temporary files:
rm -f ipm.pp ipm.mod ipm.te
Note: If you want to configure SELinux at a component level you may use specific policy
modules rather then applying
ipm.te. The InfoPrint Manager installation provides policy modules for specific functions
so you can create and install them according to your need.
ipmmail.te- configures SELinux for Email DSS Configuring InfoPrint Emailipmcups.te- configures SELinux for CUPS DSS Using CUPS DSS with SELinux set in enforcing mode