Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/exec/
H A Dexecveat.c153 static int check_execveat_pathmax(int root_dfd, const char *src, int is_script) in check_execveat_pathmax() argument
216 fail += check_execveat_invoked_rc(root_dfd, longpath + 1, 0, in check_execveat_pathmax()
219 fail += check_execveat(root_dfd, longpath + 1, 0); in check_execveat_pathmax()
234 int root_dfd = open_or_die("/", O_DIRECTORY|O_RDONLY); in run_tests() local
374 fail += check_execveat_pathmax(root_dfd, "execveat", 0); in run_tests()
375 fail += check_execveat_pathmax(root_dfd, "script", 1); in run_tests()