Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/landlock/
H A Dfs_test.c3708 const char *const file_rt = file1_s1d2; in TEST_F_FORK() local
3728 .path = file_rt, in TEST_F_FORK()
3774 EXPECT_EQ(0, test_truncate(file_rt)); in TEST_F_FORK()
3775 EXPECT_EQ(0, test_open(file_rt, O_RDONLY | O_TRUNC)); in TEST_F_FORK()
3776 EXPECT_EQ(EACCES, test_open(file_rt, O_WRONLY | O_TRUNC)); in TEST_F_FORK()