view modules/qacl @ 17935:0ad1f4c9eed5 default tip

tests: support stderr verification with returns_() * tests/init.sh (returns_): Disable tracing for this wrapper function, so that stderr of the wrapped command is unchanged, allowing for verification of the contents.
author Pádraig Brady <P@draigBrady.com>
date Mon, 16 Feb 2015 17:20:39 +0000
parents 1f14c6dd175d
children
line wrap: on
line source

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/file-has-acl.c
lib/qcopy-acl.c
lib/qset-acl.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 file-has-acl.c qcopy-acl.c qset-acl.c

Include:
"acl.h"

Link:
$(LIB_ACL)

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering