mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-03 12:12:12 +00:00
27915ec2aa
Do not talk about disabling selinux in the setenforce man page. Point people in the right direction instead. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
20 lines
585 B
Groff
20 lines
585 B
Groff
.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.
|
|
.br
|
|
Use Permissive or 0 to put SELinux in permissive mode.
|
|
|
|
If SELinux is disabled and you want to enable it, or SELinux is enabled and you want to disable it, please see
|
|
.B selinux(8).
|
|
|
|
.SH AUTHOR
|
|
Dan Walsh, <dwalsh@redhat.com>
|
|
|
|
.SH "SEE ALSO"
|
|
selinux(8), getenforce(8), selinuxenabled(8)
|