svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libtsol(3lib)
libtsol(3LIB) Interface Libraries libtsol(3LIB)
NAME
libtsol - Solaris Trusted Extensions library
SYNOPSIS
cc [flag...] file... -ltsol [library...]
#include <tsol/label.h>
DESCRIPTION
Functions in this library provide programmatic access to Solaris
Trusted Extensions features such as labels and Mandatory Access Policy
(MAC) on systems that are configured with Trusted Extensions software.
INTERFACES
The shared object libtsol.so.2 provides the public interfaces that are
defined below. See intro(3) for additional information on shared object
interfaces.
Committed Functions
tab(); lw(2.75i) lw(2.75i) bldominatesblequal blstrictdomgetpathbylabel
getplabelgetuserrange getzoneidbylabelgetzonelabelbyid getzonerootbyid‐
getzonerootbylabel getzonerootbynamelabel_to_str labelbuilderlabelclip‐
ping m_label_allocm_label_dup m_label_freesetflabel str_to_labelt‐
sol_lbuild_create tsol_lbuild_destroytsol_lbuild_get tsol_lbuild_setXb‐
cleartos Xbsltos
Obsolete Functions
The following functions are preserved to aid porting.
tab(); lw(2.75i) lw(2.75i) lw(2.75i) lw(2.75i) FunctionCommitted
Replacement _ bcleartohlabel_to_str bcleartoh_rlabel_to_str
bcleartoslabel_to_str bltocolorlabel_to_str bltocolor_rlabel_to_str
bsltohlabel_to_str bsltoh_rlabel_to_str bsltoslabel_to_str h_allocla‐
bel_to_str h_freelabel_to_str htobclearstr_to_label htobslstr_to_label
sbcleartosstr_to_label sbsltosstr_to_label stobslstr_to_label stob‐
clearstr_to_label
FILES
/lib/libtsol.so.2 32-bit shared object
/lib/64/libtsol.so.2 64-bit shared object
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library _ Interface StabilityT{ See
the manual pages for the individual functions. T} _ MT-LevelSafe
SEE ALSO
intro(3), libtsnet(3LIB), attributes(7), trusted_extensions(7)
Trusted Extensions Developer's Guide
NOTES
The functionality described on this manual page is available only if
the system has been configured with Trusted Extensions.
Oracle Solaris 11.4 21 Jun 2021 libtsol(3LIB)