Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/landlock/
Dfs_test.c3372 const char *const file_rt = file1_s1d2; in TEST_F_FORK() local
3392 .path = file_rt, in TEST_F_FORK()
3438 EXPECT_EQ(0, test_truncate(file_rt)); in TEST_F_FORK()
3439 EXPECT_EQ(0, test_open(file_rt, O_RDONLY | O_TRUNC)); in TEST_F_FORK()
3440 EXPECT_EQ(EACCES, test_open(file_rt, O_WRONLY | O_TRUNC)); in TEST_F_FORK()