From Fedora Project Wiki
< SELinux
fp-wiki>ImportUser (Imported from MoinMoin) |
m (1 revision(s)) |
(No difference)
|
Revision as of 16:31, 24 May 2008
setenforce(1) SELinux Command Line documentation setenforce(1) NAME setenforce - modify the mode SELinux is running in. SYNOPSIS setenforce [ Enforcing | Permissive | 1 | 0 ] DESCRIPTION Use Enforcing or 1 to put SELinux in enforcing mode. Use Permissive or 0 to put SELinux in permissive mode. You need to modify /etc/grub.conf or /etc/selinux/config to disable SELinux. AUTHOR Dan Walsh, <dwalsh@redhat.com> SEE ALSO getenforce(8), selinuxenabled(8) FILES /etc/grub.conf, /etc/selinux/config dwalsh@redhat.com 7 April 2004 setenforce(1)