Home | History | Annotate | Download | only in test_utils

Lines Matching refs:acls

2793 /* Fetch ACLs on Solaris using acl() or facl() */
2849 * Set test ACLs on a path
2851 * 0: error setting ACLs
2852 * ARCHIVE_TEST_ACL_TYPE_POSIX1E: POSIX.1E ACLs have been set
2853 * ARCHIVE_TEST_ACL_TYPE_NFS4: NFSv4 or extended ACLs have been set
3271 /* Set ACLs */
3274 struct archive_test_acl_t *acls, int n)
3284 acls[i].type, acls[i].permset, acls[i].tag,
3285 acls[i].qual, acls[i].name);
3290 (unsigned int)acls[i].type,
3291 (unsigned int)acls[i].permset, acls[i].tag,
3292 acls[i].qual, acls[i].name);
3333 /* Compare ACLs */
3336 struct archive_entry *ae, struct archive_test_acl_t *acls, int cnt,
3352 if ((acls[i].type & want_type) != 0) {
3367 if (archive_test_acl_match(&acls[marker[i]], type,
3448 (unsigned int)acls[marker[0]].type,
3449 (unsigned int)acls[marker[0]].permset,
3450 acls[marker[0]].tag, acls[marker[0]].qual,
3451 acls[marker[0]].name);
3454 /* Number of ACLs not matched should == 0 */