Reverting the SELinux changes for InfoPrint Select

To revert the SELinux changes for InfoPrint Select, follow the procedure:
  1. 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
    
  2. Turn off allow_ypbind SELinux boolean:
    setsebool -P allow_ypbind=off
  3. Uninstall the SELinux policy module:
    semodule -r ipmselect.pp