Terkadang kita perlu untuk mendisable linux untuk bisa membuat program bisa running, misalanya setelah selesai melakukan instalasi oracle ,jika kita mendisable SE-Linux akan mengakibatkan sqlplus tidak bisa running. berikut ini cara mudah untuk mendisable SE-Linux :
Cek isi file /etc/sysconfig/selinux dengan menggunakan user root
[root@host2a ~]# cat /etc/sysconfig/selinux
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=permissive
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
# SETLOCALDEFS= Check local definition changes
SETLOCALDEFS=0
edit baris SELINUX di atas menjadi SELINUX = disable
setelah itu simpan perubahan dan restart server .
Done :)
No comments:
Post a Comment