I need to disable selinux because i cannot access my computer using samba. so to do this I edit the file here

[root@kamsis home]# vim /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 – No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
#       targeted – Targeted processes are protected,
#       mls – Multi Level Security protection.
SELINUXTYPE=targeted

then you just have to change to parameter from enforcing to disabled and then reboot your computer. Now you computer are free from SElinux.

One Response to “disabling SELinux in fedora 10”

  1. sandhya said

    It’s a really very good solution.

Leave a Reply