is_selinux_enabled — check whether SELinux is enabled
Name
is_selinux_mls_enabled - check whether SELinux is enabled for (Multi Level Security) MLS
Synopsis
#include <selinux/selinux.h>
int is_selinux_enabled();
int is_selinux_mls_enabled();
Description
is_selinux_enabled() returns 1 if SELinux is running or 0 if it is not. On error, -1 is returned.
is_selinux_mls_enabled() returns 1 if SELinux is capable of running in MLS mode or 0 if it is not. To determine the policy in use on the system, use selinux_getpolicytype(3).
See Also
Referenced By
The man page is_selinux_mls_enabled(3) is an alias of is_selinux_enabled(3).
7 Mar 2010 russell@coker.com.au SELinux API documentation