Searched refs:dir_s2d2 (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 57 static const char dir_s2d2[] = TMP_DIR "/s2d1/s2d2"; variable 350 EXPECT_EQ(0, remove_path(dir_s2d2)); in remove_layout1() 418 ASSERT_EQ(0, test_open(dir_s2d2, O_RDONLY)); in TEST_F_FORK() 800 ASSERT_EQ(EACCES, test_open(dir_s2d2, O_RDONLY)); in TEST_F_FORK() 801 ASSERT_EQ(0, test_open(dir_s2d2, O_RDONLY | O_PATH)); in TEST_F_FORK() 1701 .path = dir_s2d2, in test_relative_path() 1721 ASSERT_EQ(0, chdir(dir_s2d2)); in test_relative_path() 1744 /* Do chroot into dir_s1d2 (relative to dir_s2d2). */ in test_relative_path() 1766 /* The current directory is dir_s2d2. */ in test_relative_path() 1979 .path = dir_s2d2, in TEST_F_FORK() [all...] |
Completed in 4 milliseconds