Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dfs_test.c3764 const char *const file_rt = file1_s1d2; in TEST_F_FORK() local
3784 .path = file_rt, in TEST_F_FORK()
3830 EXPECT_EQ(0, test_truncate(file_rt)); in TEST_F_FORK()
3831 EXPECT_EQ(0, test_open(file_rt, O_RDONLY | O_TRUNC)); in TEST_F_FORK()
3832 EXPECT_EQ(EACCES, test_open(file_rt, O_WRONLY | O_TRUNC)); in TEST_F_FORK()