IS_SYSTEM_LABELED(3C) Standard C Library Functions IS_SYSTEM_LABELED(3C)
NAME
is_system_labeled - determine whether Trusted Extensions software is
active
SYNOPSIS
#include <tsol/label.h>
int is_system_labeled(
void);
DESCRIPTION
The is_system_labeled function returns
TRUE (1) if the Trusted
Extensions software is installed and active; otherwise it returns
FALSE (0).
RETURN VALUES
See DESCRIPTION.
ATTRIBUTES
See
attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Stable |
+--------------------+-----------------+
|MT-Level | MT-Safe |
+--------------------+-----------------+
SEE ALSO
attributes(7) March 24, 2006 IS_SYSTEM_LABELED(3C)