Lines Matching full:subset
354 * test target x permissions are equal OR a subset of link x permissions
355 * this is done as part of the subset test, where a hardlink must have
356 * a subset of permissions that the target has.
358 * Returns: %1 if subset else %0
417 /* done if link subset test is not required */ in profile_path_link()
421 /* Do link perm subset test requiring allowed permission on link are in profile_path_link()
422 * a subset of the allowed permissions on target. in profile_path_link()
427 /* AA_MAY_LINK is not considered in the subset test */ in profile_path_link()
438 info = "link not subset of target"; in profile_path_link()
463 * The subset test if required forces that permissions granted
464 * on link are a subset of the permission granted to target.