t_link.c | 59 hardlink(const atf_tc_t *tc, const char *mp, uid_t u1, uid_t u2, function in typeref:typename:void 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") [all...] |