Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c3316 const char *const file_w = file2_s1d1; in TEST_F_FORK() local
3324 .path = file_w, in TEST_F_FORK()
3355 EXPECT_EQ(0, test_truncate(file_w)); in TEST_F_FORK()
3356 EXPECT_EQ(EACCES, test_open(file_w, O_RDONLY | O_TRUNC)); in TEST_F_FORK()
3357 EXPECT_EQ(0, test_open(file_w, O_WRONLY | O_TRUNC)); in TEST_F_FORK()
3358 EXPECT_EQ(0, test_creat(file_w)); in TEST_F_FORK()