9330 stack overflow when creating a deeply nested dataset
[unleashed.git] / usr / src / man / man3lib / libsec.3lib
blob69bed0e20786f14ecc027507ec21168a0b289b8e
1 '\" te
2 .\" Copyright (c) 2005, 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 LIBSEC 3LIB "Oct 6, 2005"
7 .SH NAME
8 libsec \- File Access Control List library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lsec\fR [ \fIlibrary\fR... ]
13 #include <\fBsys/acl.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide comparison and manipulation of File Access
20 Control Lists.
21 .SH INTERFACES
22 .sp
23 .LP
24 The shared object \fBlibsec.so.1\fR provides the public interfaces defined
25 below. See \fBIntro\fR(3) for additional information on shared object
26 interfaces.
27 .sp
29 .sp
30 .TS
31 l l
32 l l .
33 \fBacl_check\fR \fBacl_free\fR
34 \fBacl_fromtext\fR      \fBacl_get\fR
35 \fBacl_set\fR   \fBacl_strip\fR
36 \fBacl_totext\fR        \fBacl_trivial\fR
37 \fBaclcheck\fR  \fBaclfrommode\fR
38 \fBaclfromtext\fR       \fBaclsort\fR
39 \fBacltomode\fR \fBacltotext\fR
40 \fBfacl_get\fR  \fBfacl_set\fR
41 .TE
43 .SH FILES
44 .sp
45 .ne 2
46 .na
47 \fB\fB/lib/libsec.so.1\fR\fR
48 .ad
49 .RS 23n
50 shared object
51 .RE
53 .sp
54 .ne 2
55 .na
56 \fB\fB/lib/64/libsec.so.1\fR\fR
57 .ad
58 .RS 23n
59 64-bit shared object
60 .RE
62 .SH ATTRIBUTES
63 .sp
64 .LP
65 See \fBattributes\fR(5) for descriptions of the following attributes:
66 .sp
68 .sp
69 .TS
70 box;
71 c | c
72 l | l .
73 ATTRIBUTE TYPE  ATTRIBUTE VALUE
75 MT-Level        Unsafe
76 .TE
78 .SH SEE ALSO
79 .sp
80 .LP
81 \fBpvs\fR(1), \fBIntro\fR(3), \fBattributes\fR(5)