is_selinux_mls_enabled(3) debian man page | unix.com

Query: is_selinux_mls_enabled

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

is_selinux_enabled(3)					     SELinux API documentation					     is_selinux_enabled(3)

NAME
is_selinux_enabled - check whether SELinux is enabled
NAME
is_selinux_mls_enabled - check whether SELinux is enabled for (Multi Level Securty) 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 running in MLS mode or 0 if it is not.
SEE ALSO
selinux(8) russell@coker.com.au 7 Mar 2010 is_selinux_enabled(3)
Related Man Pages
virtual_domain_context(5) - centos
sestatus(8) - centos
selinux-config-enforcing(8) - debian
selinux-policy-upgrade(8) - debian
sestatus(8) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?