1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/acl-permissions
Paul Eggert 2b93f1e2da qacl: split into qcopy-acl and qset-acl
Emacs needs the former, but not the latter.
* modules/acl-permissions: New file, containing most of the old qacl.
* modules/file-has-acl (Depends-on): Depend on acl-permissions, not qacl.
* modules/qacl: Now merely depends on qcopy-acl and qset-acl.
* modules/qcopy-acl, modules/qset-acl: New files.
* MODULES.html.sh (File system functions):
Mention the new modules, and mention qacl while we're at it.
2015-05-27 17:49:02 -07:00

38 lines
477 B
Plaintext

Description:
Access control lists of files. (Unportable.)
Files:
lib/acl.h
lib/acl-internal.h
lib/acl-errno-valid.c
lib/acl_entries.c
lib/acl-internal.c
lib/get-permissions.c
lib/set-permissions.c
m4/acl.m4
Depends-on:
extern-inline
fstat
stdbool
sys_stat
configure.ac:
gl_FUNC_ACL
Makefile.am:
lib_SOURCES += acl-errno-valid.c acl-internal.c \
get-permissions.c set-permissions.c
Include:
"acl.h"
Link:
$(LIB_ACL)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering