diff options
author | Dan Walsh <dwalsh@redhat.com> | 2013-10-09 14:37:31 -0400 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2013-10-24 13:58:37 -0400 |
commit | 2540b20096bed9a4f2581548ad37c3dae8654512 (patch) | |
tree | 59c44f0baec9af783014c7fae7e9cc9bd5f0c258 /libselinux/man/man3/security_disable.3 | |
parent | 4d2dd334114d12623c1249fc07463714b6151873 (diff) | |
download | android_external_selinux-2540b20096bed9a4f2581548ad37c3dae8654512.tar.gz android_external_selinux-2540b20096bed9a4f2581548ad37c3dae8654512.tar.bz2 android_external_selinux-2540b20096bed9a4f2581548ad37c3dae8654512.zip |
Laurent Bigonville patch to fix various minor manpage issues and correct section numbering.
Diffstat (limited to 'libselinux/man/man3/security_disable.3')
-rw-r--r-- | libselinux/man/man3/security_disable.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libselinux/man/man3/security_disable.3 b/libselinux/man/man3/security_disable.3 index aeb78da2..c75ce0d9 100644 --- a/libselinux/man/man3/security_disable.3 +++ b/libselinux/man/man3/security_disable.3 @@ -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) |