Lines Matching defs:hardlink
59 hardlink(const atf_tc_t *tc, const char *mp, uid_t u1, uid_t u2,
108 hardlink(tc, mp, 1, 1, false, true);
114 hardlink(tc, mp, 1, 1, true, true);
120 hardlink(tc, mp, 1, 2, false, true);
126 hardlink(tc, mp, 1, 2, true, false);
132 hardlink(tc, mp, 1, 0, false, true);
138 hardlink(tc, mp, 1, 0, true, true);
141 ATF_TC_FSAPPLY(hardlink_sameuser, "hardlink same user allowed");
142 ATF_TC_FSAPPLY(hardlink_sameuser_sysctl, "hardlink same user sysctl allowed");
143 ATF_TC_FSAPPLY(hardlink_otheruser, "hardlink other user allowed");
144 ATF_TC_FSAPPLY(hardlink_otheruser_sysctl, "hardlink other user sysctl denied");
145 ATF_TC_FSAPPLY(hardlink_rootuser, "hardlink root user allowed");
146 ATF_TC_FSAPPLY(hardlink_rootuser_sysctl, "hardlink root user sysctl allowed");