mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-03 03:12:17 +00:00
libselinux: Fix setenforce man page to refer to selinux man page
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>
This commit is contained in:
parent
16a37c9f94
commit
27915ec2aa
@ -6,18 +6,14 @@ setenforce \- modify the mode SELinux is running in.
|
|||||||
|
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
Use Enforcing or 1 to put SELinux in enforcing mode.
|
Use Enforcing or 1 to put SELinux in enforcing mode.
|
||||||
|
.br
|
||||||
Use Permissive or 0 to put SELinux in permissive mode.
|
Use Permissive or 0 to put SELinux in permissive mode.
|
||||||
You need to modify
|
|
||||||
.I /etc/grub.conf
|
If SELinux is disabled and you want to enable it, or SELinux is enabled and you want to disable it, please see
|
||||||
or
|
.B selinux(8).
|
||||||
.I /etc/selinux/config
|
|
||||||
to disable SELinux.
|
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Dan Walsh, <dwalsh@redhat.com>
|
Dan Walsh, <dwalsh@redhat.com>
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
selinux(8), getenforce(8), selinuxenabled(8)
|
selinux(8), getenforce(8), selinuxenabled(8)
|
||||||
|
|
||||||
.SH FILES
|
|
||||||
/etc/grub.conf, /etc/selinux/config
|
|
||||||
|
Loading…
Reference in New Issue
Block a user