Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dfs_test.c583 struct landlock_path_beneath_attr path_beneath_file = {}, in TEST_F_FORK() local
594 path_beneath_file.parent_fd = open(file1_s1d2, O_PATH | O_CLOEXEC); in TEST_F_FORK()
595 ASSERT_LE(0, path_beneath_file.parent_fd); in TEST_F_FORK()
608 path_beneath_file.allowed_access = access; in TEST_F_FORK()
610 &path_beneath_file, 0); in TEST_F_FORK()
618 ASSERT_EQ(0, close(path_beneath_file.parent_fd)); in TEST_F_FORK()