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