IS_SYSTEM_LABELED(3C) Standard C Library Functions IS_SYSTEM_LABELED(3C)

is_system_labeled - determine whether Trusted Extensions software is active

#include <tsol/label.h>
int is_system_labeled(void);

The is_system_labeled function returns TRUE (1) if the Trusted Extensions software is installed and active; otherwise it returns FALSE (0).

See DESCRIPTION.

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Stable
MT-Level MT-Safe

attributes(7)

March 24, 2006 OmniOS