Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

libsec(3LIB)

Name

libsec - File Access Control List library

Synopsis

cc [ flag... ] file... –lsec [ library... ]
#include <sys/acl.h>

Description

Functions in this library provide comparison and manipulation of File Access Control Lists.

INTERFACES

The shared object libsec.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.

acl_check
acl_free
acl_fromtext
acl_get
acl_set
acl_strip
acl_totext
acl_trivial
aclcheck
aclfrommode
aclfromtext
aclsort
acltomode
acltotext
facl_get
facl_set

Files

/lib/libsec.so.1

shared object

/lib/64/libsec.so.1

64-bit shared object

Attributes

See attributes(7) for descriptions of the following attributes:

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

See Also

pvs(1), intro(3), attributes(7)