1 LIBTSNET(3LIB) Interface Libraries LIBTSNET(3LIB) 2 3 4 5 NAME 6 libtsnet - Solaris Trusted Extensions network library 7 8 SYNOPSIS 9 cc [ flag... ] file... -ltsnet [ library... ] 10 #include <libtsnet.h> 11 #include <sys/tsol/tndb.h> 12 13 14 DESCRIPTION 15 Functions in this library provide programmatic access to Solaris 16 Trusted Extensions features such as labels and Mandatory Access Policy 17 (MAC). These functions are available on systems that are configured 18 with Trusted Extensions software. 19 20 INTERFACES 21 The shared object libtsnet.so.1 provides the public interfaces that are 22 defined below. See Intro(3) for additional information on shared 23 object interfaces. 24 25 26 27 28 tsol_getrhtype 29 30 31 FILES 32 /lib/libtsnet.so.1 33 shared object 34 35 36 /lib/64/libtsnet.so.1 37 64-bit shared object 38 39 40 ATTRIBUTES 41 See attributes(5) for descriptions of the following attributes: 42 43 44 45 46 +--------------------+-----------------+ 47 | ATTRIBUTE TYPE | ATTRIBUTE VALUE | 48 |Interface Stability | Stable | 49 +--------------------+-----------------+ 50 |MT-Level | Safe | 51 +--------------------+-----------------+ 52 53 SEE ALSO 54 Intro(3), libtsol(3LIB), attributes(5) 55 56 57 58 August 19, 2019 LIBTSNET(3LIB)