16704 protolist corrupts inode numbers larger than 2^31
[illumos-gate.git] / usr / src / man / man3lib / libsecdb.3lib
blobb55faa0a266abbb85cdfcdc2a7a2e2b1aa293d53
1 '\" te
2 .\" Copyright (c) 2004, Sun Microsystems, Inc.  All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBSECDB 3LIB "Mar 24, 2004"
7 .SH NAME
8 libsecdb \- security attributes database library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lsecdb\fR [ \fIlibrary\fR... ]
13 #include <\fBsecdb.h\fR>
14 #include <\fBuser_attr.h\fR>
15 #include <\fBprof_attr.h\fR>
16 #include <\fBexec_attr.h\fR>
17 #include <\fBauth_attr.h\fR>
18 .fi
20 .SH DESCRIPTION
21 .sp
22 .LP
23 Functions in this library provide routines for manipulation of security
24 attribute databases.
25 .SH INTERFACES
26 .sp
27 .LP
28 The shared object \fBlibsecdb.so.1\fR provides the public interfaces defined
29 below. See \fBIntro\fR(3) for additional information on shared object
30 interfaces.
31 .sp
33 .sp
34 .TS
35 l l
36 l l .
37 \fBchkauthattr\fR       \fBendauthattr\fR
38 \fBendexecattr\fR       \fBendprofattr\fR
39 \fBenduserattr\fR       \fBfgetuserattr\fR
40 \fBfree_authattr\fR     \fBfree_execattr\fR
41 \fBfree_profattr\fR     \fBfree_proflist\fR
42 \fBfree_userattr\fR     \fBgetauthattr\fR
43 \fBgetauthnam\fR        \fBgetexecattr\fR
44 \fBgetexecprof\fR       \fBgetexecuser\fR
45 \fBgetprofattr\fR       \fBgetproflist\fR
46 \fBgetprofnam\fR        \fBgetuserattr\fR
47 \fBgetusernam\fR        \fBgetuseruid\fR
48 \fBkva_match\fR \fBmatch_execattr\fR
49 \fBsetauthattr\fR       \fBsetexecattr\fR
50 \fBsetprofattr\fR       \fBsetuserattr\fR
51 .TE
53 .SH FILES
54 .sp
55 .ne 2
56 .na
57 \fB\fB/lib/libsecdb.so.1\fR\fR
58 .ad
59 .RS 25n
60 shared object
61 .RE
63 .sp
64 .ne 2
65 .na
66 \fB\fB/lib/64/libsecdb.so.1\fR\fR
67 .ad
68 .RS 25n
69 64-bit shared object
70 .RE
72 .SH ATTRIBUTES
73 .sp
74 .LP
75 See \fBattributes\fR(7) for description of the following attributes:
76 .sp
78 .sp
79 .TS
80 box;
81 c | c
82 l | l .
83 ATTRIBUTE TYPE  ATTRIBUTE VALUE
85 MT-Level        MT-Safe
86 .TE
88 .SH SEE ALSO
89 .sp
90 .LP
91 .BR Intro (3),
92 .BR attributes (7)