Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c3374 const char *const file_rt = file1_s1d2; in TEST_F_FORK() local
3394 .path = file_rt, in TEST_F_FORK()
3440 EXPECT_EQ(0, test_truncate(file_rt)); in TEST_F_FORK()
3441 EXPECT_EQ(0, test_open(file_rt, O_RDONLY | O_TRUNC)); in TEST_F_FORK()
3442 EXPECT_EQ(EACCES, test_open(file_rt, O_WRONLY | O_TRUNC)); in TEST_F_FORK()