1libsec(3LIB) Interface Libraries libsec(3LIB)
2
3
4
6 libsec - File Access Control List library
7
9 cc [ flag... ] file... -lsec [ library... ]
10 #include <sys/acl.h>
11
12
14 Functions in this library provide comparison and manipulation of File
15 Access Control Lists.
16
18 The shared object libsec.so.1 provides the public interfaces defined
19 below. See Intro(3) for additional information on shared object inter‐
20 faces.
21
22
23
24
25 acl_check acl_free
26 acl_fromtext acl_get
27 acl_set acl_strip
28 acl_totext acl_trivial
29 aclcheck aclfrommode
30 aclfromtext aclsort
31 acltomode acltotext
32 facl_get facl_set
33
34
36 /lib/libsec.so.1 shared object
37
38
39 /lib/64/libsec.so.1 64-bit shared object
40
41
43 See attributes(5) for descriptions of the following attributes:
44
45
46
47
48 ┌─────────────────────────────┬─────────────────────────────┐
49 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
50 ├─────────────────────────────┼─────────────────────────────┤
51 │Availability │SUNWcsl (32-bit) │
52 ├─────────────────────────────┼─────────────────────────────┤
53 │ │SUNWcslx (64-bit) │
54 ├─────────────────────────────┼─────────────────────────────┤
55 │MT-Level │Unsafe │
56 └─────────────────────────────┴─────────────────────────────┘
57
59 pvs(1), Intro(3), attributes(5)
60
61
62
63SunOS 5.11 6 Oct 2005 libsec(3LIB)