logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

is_selinux_enabled - check whether SELinux is enabled

Description

is_selinux_enabled() returns 1 if SELinux is running or 0 if it is not.

       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).

Name

       is_selinux_mls_enabled - check whether SELinux is enabled for (Multi Level Security) MLS

See Also

selinux(8)

russell@coker.com.au                               7 Mar 2010                              is_selinux_enabled(3)

Synopsis

#include<selinux/selinux.h>intis_selinux_enabled(void);intis_selinux_mls_enabled(void);

See Also