Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: July 2017
 
 

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 interfaces.

chkauthattr
endauthattr
endexecattr
endprofattr
enduserattr
fgetuserattr
free_authattr
free_execattr
free_profattr
free_proflist
free_userattr
getauthattr
getauthnam
getexecattr
getexecprof
getexecuser
getprofattr
getproflist
getprofnam
getuserattr
getusernam
getuseruid
kva_match
match_execattr
setauthattr
setexecattr
setprofattr
setuserattr

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(5) for description of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library
MT-Level
MT-Safe

See Also

Intro(3), libc(3LIB), attributes(5)