Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c3315 const char *const file_r = file1_s1d1; in TEST_F_FORK() local
3320 .path = file_r, in TEST_F_FORK()
3346 EXPECT_EQ(0, test_truncate(file_r)); in TEST_F_FORK()
3347 EXPECT_EQ(0, test_open(file_r, O_RDONLY | O_TRUNC)); in TEST_F_FORK()
3348 EXPECT_EQ(EACCES, test_open(file_r, O_WRONLY | O_TRUNC)); in TEST_F_FORK()
3349 EXPECT_EQ(EACCES, test_creat(file_r)); in TEST_F_FORK()