Disable SELinux on Fedora 14 Laughlin
- Wednesday, November 3, 2010, 18:28
- Hack
- Views: 7,648
- 2 comments
You can disable SELinux (which is more of an annoyance for regular user) by editing the config file in /etc/selinux while being root
su vi /etc/selinux/config
For some strange reason, I cannot run gedit or emacs while being root, hence you got to use vi, which seems to be working fine. In vi to edit the file you first need to hit the “i” key. Now change the text SELINUX=enforcing to SELINUX=disabled and save the file, to save the file in vi, first hit “Esc” and then type wq at the command promot and press enter to return to terminal window. Now, restart the X-server or reboot and SELinux should be disabled.
Possibly related posts (generated automatically):
- Disable SELinux on Fedora 15 Lovelock
- Disable SELinux on Fedora 16 Verne
- Disable SELinux on Fedora 13 Goddard
- Perfect Desktop Fedora 14 Laughlin: Post Install Guide
- Install LXDE or XFCE on Fedora 14 Laughlin
- Install Compiz Fusion and Emerald in Fedora 14 Laughlin
- Enable Restart X server (Ctrl-Alt-BackSpace) in Fedora 14 Laughlin
- Dual Boot Windows 7 and Fedora 14 Laughlin
You might also like
| Disable SELinux on Fedora 13 Goddard You can disable... | Disable SELinux on Fedora 15 Lovelock You can disable... | Disable SELinux on Fedora 16 Verne You can disable... | Enable Gnome-shell 3D Desktop Effects in Virtualized Fedora 16 Due to a bug... |
About the Author
2 Comments on “Disable SELinux on Fedora 14 Laughlin”
Trackbacks
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!





I can’t get on with Vi so i installed nano (yum install nano)
Like or Dislike:
2
1
[Reply]