Disable SELinux on Fedora 15 Lovelock
- Thursday, June 2, 2011, 8:29
- How To?
- Views: 9,144
- 3 comments
You can disable SELinux (which is more of an annoyance for several user) by editing the config file in /etc/selinux while being root
suvi /etc/selinux/config
In vi to edit a file you first need to hit the “i” key. Now change the text SELINUX=enforcing to SELINUX=disabled like a regular text editor and save the file, to save the file in vi, first hit “Esc” and then type :wq at the command prompt (mind the : before wq, pressing Esc followed by : takes you to the command prompt) and press enter to return to terminal window. Now, restart the X-server by pressing Ctrl+Alt+Backspace or reboot and SELinux should be disabled.
Possibly related posts (generated automatically):
- Disable SELinux on Fedora 16 Verne
- Disable SELinux on Fedora 14 Laughlin
- Disable SELinux on Fedora 13 Goddard
- Change Default Boot Order Fedora 15 Lovelock
- Rar Unrar Support For Fedora 15 Lovelock
- Perfect Linux Desktop Fedora 15 Lovelock: Post Install Guide
- Dual Boot Windows 7 and Fedora 15 Lovelock (Step by Step Guide)
- Enable Gnome-shell 3D Desktop Effects in Virtualized Fedora 16
You might also like
| Disable SELinux on Fedora 13 Goddard You can disable... | Disable SELinux on Fedora 16 Verne You can disable... | Disable SELinux on Fedora 14 Laughlin You can disable... | Enable Gnome-shell 3D Desktop Effects in Virtualized Fedora 16 Due to a bug... |
About the Author
3 Comments on “Disable SELinux on Fedora 15 Lovelock”
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!


(3 votes, average: 4.67 out of 5)


Thank you so much for posting this! I’ve been looking everywhere on how to do it, found out about the config file, but nothing but terminal commands to access the visual editor was going to allow me to change the setting. I’m new to Linux so I needed someone to hold my hand through the process.
Like or Dislike:
2
0
[Reply]
I am also new to Linux. Had difficulties saving the file (spent hours trying) until I read a different post which said you don’t just type “wq” but “:wq” to save.
Like or Dislike:
0
0
[Reply]
lifehacker Reply:
June 30th, 2011 at 6:25 am
@Bill, That was a typo, thanks for pointing it out. Sorry, for the trouble you had because of it. I can understand your situation, I had to go through similar experiences during my early *nix days.
Like or Dislike:
0
0
[Reply]