| |
| Interface Libraries | libsec(3LIB) |
| | libsec - File Access Control List library |
SYNOPSIS
| |
cc [ flag... ] file... -lsec [ library... ]
#include <sys/acl.h>
|
| |
Functions in this library provide comparison and manipulation of File Access Control Lists.
|
| |
The shared object libsec.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.
| aclcheck | aclfrommode | aclfromtext |
| aclsort | acltomode | acltotext |
|
| |
-
/usr/lib/libsec.a
- archive library
-
/usr/lib/libsec.so.1
- shared object
-
/usr/lib/64/libsec.so.1
- 64-bit shared object
|
| |
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| Availability | SUNWcsl, SUNWarc (32-bit) |
| | SUNWcslx (64-bit) |
| Interface Stability | Evolving |
| MT-Level | Unsafe |
|
| |