Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c554 struct landlock_path_beneath_attr path_beneath_file = {}, in TEST_F_FORK() local
565 path_beneath_file.parent_fd = open(file1_s1d2, O_PATH | O_CLOEXEC); in TEST_F_FORK()
566 ASSERT_LE(0, path_beneath_file.parent_fd); in TEST_F_FORK()
579 path_beneath_file.allowed_access = access; in TEST_F_FORK()
581 &path_beneath_file, 0); in TEST_F_FORK()
589 ASSERT_EQ(0, close(path_beneath_file.parent_fd)); in TEST_F_FORK()