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.c602 struct landlock_path_beneath_attr path_beneath_file = {}, in TEST_F_FORK() local
613 path_beneath_file.parent_fd = open(file1_s1d2, O_PATH | O_CLOEXEC); in TEST_F_FORK()
614 ASSERT_LE(0, path_beneath_file.parent_fd); in TEST_F_FORK()
627 path_beneath_file.allowed_access = access; in TEST_F_FORK()
629 &path_beneath_file, 0); in TEST_F_FORK()
637 ASSERT_EQ(0, close(path_beneath_file.parent_fd)); in TEST_F_FORK()