Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

is_system_labeled(3c) [opensolaris man page]

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(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Stable | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5) SunOS 5.11 24 Mar 2006 is_system_labeled(3C)

Check Out this Related Man Page

libtsnet(3LIB)							Interface Libraries						    libtsnet(3LIB)

NAME
libtsnet - Solaris Trusted Extensions network library SYNOPSIS
cc [ flag... ] file... [ library... ] #include <libtsnet.h> #include <sys/tsol/tndb.h> DESCRIPTION
Functions in this library provide programmatic access to Solaris Trusted Extensions features such as labels and Mandatory Access Policy (MAC). These functions are available on systems that are configured with Trusted Extensions software. INTERFACES
The shared object libtsnet.so.1 provides the public interfaces that are defined below. See Intro(3) for additional information on shared object interfaces. tsol_getrhtype FILES
/lib/libtsnet.so.1 shared object /lib/64/libtsnet.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl | |Interface Stability |Stable | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
Intro(3), libtsol(3LIB), attributes(5) SunOS 5.11 7 Mar 2006 libtsnet(3LIB)
Man Page