mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-25 15:32:07 +00:00
libselinux: Fix various minor manpage issues and correct section numbering.
This commit is contained in:
parent
50b1654c1d
commit
ead1e1d8e2
@ -17,7 +17,7 @@ and then unmounts
|
||||
This function can only be called at runtime and prior to the initial policy
|
||||
load. After the initial policy load, the SELinux kernel code cannot be disabled,
|
||||
but only placed in "permissive" mode by using
|
||||
.BR setenforce (1).
|
||||
.BR security_setenforce(3).
|
||||
.
|
||||
.SH "RETURN VALUE"
|
||||
.BR security_disable ()
|
||||
@ -27,4 +27,4 @@ returns zero on success or \-1 on error.
|
||||
This manual page has been written by Guido Trentalancia <guido@trentalancia.com>
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR selinux (8), " setenforce "(3)
|
||||
.BR selinux (8), " setenforce "(8)
|
||||
|
@ -43,7 +43,7 @@ unmounted using a call to
|
||||
.BR security_disable (3).
|
||||
Therefore, after the initial policy load, the only operational changes
|
||||
are those permitted by
|
||||
.BR setenforce (3)
|
||||
.BR security_setenforce (3)
|
||||
(i.e. eventually setting the framework in permissive mode rather than
|
||||
in enforcing one).
|
||||
.
|
||||
@ -54,4 +54,4 @@ Returns zero on success or \-1 on error.
|
||||
This manual page has been written by Guido Trentalancia <guido@trentalancia.com>
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR selinux "(8), " security_disable "(3), " setenforce "(1)
|
||||
.BR selinux "(8), " security_disable "(3), " setenforce "(8)
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH "getenforce" "1" "7 April 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
|
||||
.TH "getenforce" "8" "7 April 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
|
||||
.SH "NAME"
|
||||
getenforce \- get the current mode of SELinux
|
||||
.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH "selinuxenabled" "1" "7 April 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
|
||||
.TH "selinuxenabled" "8" "7 April 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
|
||||
.SH "NAME"
|
||||
selinuxenabled \- tool to be used within shell scripts to determine if selinux is enabled
|
||||
.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH "selinuxexeccon" "1" "14 May 2011" "dwalsh@redhat.com" "SELinux Command Line documentation"
|
||||
.TH "selinuxexeccon" "8" "14 May 2011" "dwalsh@redhat.com" "SELinux Command Line documentation"
|
||||
.SH "NAME"
|
||||
selinuxexeccon \- report SELinux context used for this executable
|
||||
.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH "setenforce" "1" "7 April 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
|
||||
.TH "setenforce" "8" "7 April 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
|
||||
.SH "NAME"
|
||||
setenforce \- modify the mode SELinux is running in
|
||||
.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH "togglesebool" "1" "26 Oct 2004" "sgrubb@redhat.com" "SELinux Command Line documentation"
|
||||
.TH "togglesebool" "8" "26 Oct 2004" "sgrubb@redhat.com" "SELinux Command Line documentation"
|
||||
.SH "NAME"
|
||||
togglesebool \- flip the current value of a SELinux boolean
|
||||
.
|
||||
|
Loading…
Reference in New Issue
Block a user