SELinux (Security-Enhanced Linux) provides for additional OS layer security with a default installation. However, this added security can cause issues for installation of multiple software packages of which Oracle is one. This article shows how to disable SELinux before Oracle installation.
1. Logon to your server as root.
2. Open the file /etc/selinux/config with vi.
[root@mylinux /]# vi /etc/selinux/config
# 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
~
3. Disable SELinux by changing the option SELINUX to disabled.
SELINUX=disabled
4. Reboot your Linux server for the changes to take affect.
5. This completes disabling of SELinux before Oracle installation.
Larry J. Catt, OCP 9i, 10g
oracle@allcompute.com
www.allcompute.com