selinux:turn_off_selinux
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
selinux:turn_off_selinux [2016/07/11 10:57] – created peter | selinux:turn_off_selinux [2020/07/24 07:20] (current) – old revision restored (2016/07/11 14:09) 92.220.10.100 | ||
---|---|---|---|
Line 41: | Line 41: | ||
Finally, reboot the system: | Finally, reboot the system: | ||
+ | |||
+ | <code bash> | ||
+ | reboot | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Grub ===== | ||
+ | |||
+ | SELinux is often also configured in the grub bootup configuration. | ||
+ | |||
+ | If you can’t locate the / | ||
+ | |||
+ | Search **/ | ||
+ | |||
+ | <code bash> | ||
+ | egrep -i ' | ||
+ | </ | ||
+ | |||
+ | If you found lines with selinux=0 or enforcing=0, | ||
+ | |||
+ | Example: | ||
+ | |||
+ | <file bash / | ||
+ | # cat / | ||
+ | default=0 | ||
+ | timeout=5 | ||
+ | splashimage=(hd0, | ||
+ | hiddenmenu | ||
+ | title Enterprise Linux Enterprise Linux Server (2.6.18-92.el5PAE) | ||
+ | root (hd0,0) | ||
+ | kernel / | ||
+ | initrd / | ||
+ | title Enterprise Linux Enterprise Linux Server (2.6.18-92.el5) | ||
+ | root (hd0,0) | ||
+ | kernel / | ||
+ | initrd / | ||
+ | </ | ||
+ | Reboot the server: | ||
<code bash> | <code bash> |
selinux/turn_off_selinux.1468234645.txt.gz · Last modified: 2020/07/15 09:30 (external edit)