mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-08 22:49:44 +00:00
8586ee56be
Thanks to the lintian utility from Debian
25 lines
636 B
Groff
25 lines
636 B
Groff
.TH "is_selinux_enabled" "3" "7 Mar 2010" "russell@coker.com.au" "SELinux API documentation"
|
|
.SH "NAME"
|
|
is_selinux_enabled \- check whether SELinux is enabled
|
|
.
|
|
.SH "NAME"
|
|
is_selinux_mls_enabled \- check whether SELinux is enabled for (Multi Level Security) MLS
|
|
.
|
|
.SH "SYNOPSIS"
|
|
.B #include <selinux/selinux.h>
|
|
.sp
|
|
.B int is_selinux_enabled();
|
|
.sp
|
|
.B int is_selinux_mls_enabled();
|
|
.
|
|
.SH "DESCRIPTION"
|
|
.BR is_selinux_enabled ()
|
|
returns 1 if SELinux is running or 0 if it is not.
|
|
On error, \-1 is returned.
|
|
|
|
.BR is_selinux_mls_enabled ()
|
|
returns 1 if SELinux is running in MLS mode or 0 if it is not.
|
|
.
|
|
.SH "SEE ALSO"
|
|
.BR selinux "(8)"
|