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

/linux-master/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c254 int setgroups_fd; local
257 setgroups_fd = open(path, O_WRONLY | O_CLOEXEC | O_NOFOLLOW);
258 if (setgroups_fd < 0 && errno != ENOENT)
261 if (setgroups_fd >= 0) {
262 ret = write_nointr(setgroups_fd, "deny", sizeof("deny") - 1);
263 close_prot_errno_disarm(setgroups_fd);

Completed in 133 milliseconds