mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
36 lines
421 B
Plaintext
36 lines
421 B
Plaintext
Description:
|
|
Access control lists of files. (Unportable.)
|
|
|
|
Files:
|
|
lib/acl.h
|
|
lib/acl-internal.h
|
|
lib/acl_entries.c
|
|
lib/set-mode-acl.c
|
|
lib/copy-acl.c
|
|
lib/file-has-acl.c
|
|
m4/acl.m4
|
|
|
|
Depends-on:
|
|
error
|
|
gettext-h
|
|
quote
|
|
sys_stat
|
|
|
|
configure.ac:
|
|
gl_FUNC_ACL
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += set-mode-acl.c copy-acl.c file-has-acl.c
|
|
|
|
Include:
|
|
"acl.h"
|
|
|
|
Link:
|
|
$(LIB_ACL)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering, Bruno Haible
|