Searched refs:cap_xlist (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/capsicum-test/
H A Dcapability-fd.cc1239 int cap_xlist = dup(fd); local
1240 EXPECT_OK(cap_xlist);
1241 EXPECT_OK(cap_rights_limit(cap_xlist, &r_xlist));
1255 EXPECT_NOTCAPABLE(fsetxattr_(cap_xlist, "user.capsicumtest", value, len, 0));
1264 EXPECT_OK(flistxattr_(cap_xlist, buffer, sizeof(buffer)));
1267 EXPECT_NOTCAPABLE(fgetxattr_(cap_xlist, "user.capsicumtest", buffer, sizeof(buffer)));
1273 EXPECT_NOTCAPABLE(fremovexattr_(cap_xlist, "user.capsicumtest"));
1281 close(cap_xlist);

Completed in 128 milliseconds