Hash :
2b93f1e2
Author :
Date :
2015-05-27T16:05:44
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.
Description:
Set access control list of a file by specifying a mode. (Unportable.)
Files:
lib/qset-acl.c
Depends-on:
acl-permissions
configure.ac:
Makefile.am:
lib_SOURCES += qset-acl.c
Include:
"acl.h"
Link:
$(LIB_ACL)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering