Lines Matching refs:acl
3295 util/debug.h util/msg18n.h frame.h sys/acl.h \
3971 AC_MSG_CHECKING(--disable-acl argument)
3972 AC_ARG_ENABLE(acl, optenable
3973 [ --disable-acl No check for ACL support.],
3978 AC_CHECK_LIB(acl, acl_get_file, [LIBS="$LIBS -lacl"
3985 # include <sys/acl.h>
3987 acl_t acl;], [acl = acl_get_file("foo", ACL_TYPE_ACCESS);
3988 acl_set_file("foo", ACL_TYPE_ACCESS, acl);
3989 acl_free(acl);],
3997 # include <sys/acl.h>
3998 #endif], [acl("foo", GETACLCNT, 0, NULL);
4010 # include <sys/acl.h>
4020 struct acl *aclent;], [aclsize = sizeof(struct acl);