Searched refs:path_beneath_file (Results 1 – 1 of 1) sorted by relevance
583 struct landlock_path_beneath_attr path_beneath_file = {}, in TEST_F_FORK() local594 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()