InfoPrint SelectのSELinuxの変更を元に戻す

InfoPrint SelectのSELinuxの変更を元に戻すには、以下の操作を行います。
  1. ファイルとディレクトリーSELinuxコンテキストを復元します。
    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. allow_ypbind SELinux booleanを無効にします。
    setsebool -P allow_ypbind=off
  3. SELinuxポリシーモジュール(RHEL 6のみ)をアンインストールします。
    semodule -r ipmselect.pp