Reverting the SELinux changes for InfoPrint Select
- Restore files and directories SELinux context:
semanage fcontext -d -t cupsd_rw_etc_t '/opt/Ricoh/InfoPrint-Manager/config(/.*)?' semanage fcontext -d -t cupsd_tmp_t '/opt/Ricoh/InfoPrint-Manager/pipes(/.*)?' restorecon -RvF /opt/Ricoh/InfoPrint-Manager/config /opt/Ricoh/InfoPrint-Manager/pipes
- Turn off allow_ypbind SELinux boolean:
setsebool -P allow_ypbind=off
- Uninstall the SELinux policy module:
semodule -r ipmselect.pp