Home
last modified time | relevance | path

Searched refs:our_path (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/tools/testing/selftests/capabilities/
Dtest_execve.c220 static int do_tests(int uid, const char *our_path) in do_tests() argument
224 int ourpath_fd = open(our_path, O_RDONLY | O_DIRECTORY); in do_tests()
227 our_path, strerror(errno)); in do_tests()
431 char *tmp1, *tmp2, *our_path; in main() local
438 our_path = strdup(tmp2); in main()
439 if (!our_path) in main()
449 return do_tests(0, our_path); in main()
458 return do_tests(1, our_path); in main()