svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libsecdb(3lib)
libsecdb(3LIB) Interface Libraries libsecdb(3LIB)
NAME
libsecdb - security attributes database library
SYNOPSIS
cc [ flag... ] file... [ library... ]
#include <secdb.h>
#include <user_attr.h>
#include <prof_attr.h>
#include <exec_attr.h>
#include <auth_attr.h>
DESCRIPTION
Functions in this library provide routines for manipulation of security
attribute databases.
Historically, functions in libsecdb provided support for the security
attributes database. This functionality now resides in libc(3LIB).
This library is maintained to provide backward compatibility for both
runtime and compilation environments. The shared object is implemented
as a filter on libc.so.1. New application development need not specify
-lsecdb.
INTERFACES
The shared object libsecdb.so.1 provides the public interfaces defined
below. See intro(3) for additional information on shared object inter‐
faces.
tab(); lw(2.75i) lw(2.75i) chkauthattrendauthattr endexecattrendpro‐
fattr enduserattrfgetuserattr free_authattrfree_execattr free_profattr‐
free_proflist free_userattrgetauthattr getauthnamgetexecattr getex‐
ecprofgetexecuser getprofattrgetproflist getprofnamgetuserattr getuser‐
namgetuseruid kva_matchmatch_execattr setauthattrsetexecattr setprofat‐
trsetuserattr
FILES
/lib/libsecdb.so.1 a filter on libc.so.1
/lib/64/libsecdb.so.1 a filter on 64/libc.so.1
ATTRIBUTES
See attributes(7) for description of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library _ MT-LevelMT-Safe
SEE ALSO
libc(3LIB), intro(3), attributes(7)
Oracle Solaris 11.4 23 Aug 2011 libsecdb(3LIB)