diff options
Diffstat (limited to 'libselinux/man/man8/setenforce.8')
-rw-r--r-- | libselinux/man/man8/setenforce.8 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libselinux/man/man8/setenforce.8 b/libselinux/man/man8/setenforce.8 new file mode 100644 index 00000000..8a010d6e --- /dev/null +++ b/libselinux/man/man8/setenforce.8 @@ -0,0 +1,23 @@ +.TH "setenforce" "1" "7 April 2004" "dwalsh@redhat.com" "SELinux Command Line documentation" +.SH "NAME" +setenforce \- modify the mode SELinux is running in. +.SH "SYNOPSIS" +.B setenforce [ Enforcing | Permissive | 1 | 0 ] + +.SH "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 +.I /etc/grub.conf +or +.I /etc/selinux/config +to disable SELinux. + +.SH AUTHOR +Dan Walsh, <dwalsh@redhat.com> + +.SH "SEE ALSO" +selinux(8), getenforce(8), selinuxenabled(8) + +.SH FILES +/etc/grub.conf, /etc/selinux/config |