Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c4671 const char *const dev_null_path = "/dev/null"; in layer3_fs_tag_inode() local
4678 EXPECT_EQ(0, test_open(dev_null_path, O_RDONLY | O_CLOEXEC)); in layer3_fs_tag_inode()
4687 EXPECT_EQ(EACCES, test_open(dev_null_path, O_RDONLY | O_CLOEXEC)); in layer3_fs_tag_inode()
4699 EXPECT_EQ(EACCES, test_open(dev_null_path, O_RDONLY | O_CLOEXEC)); in layer3_fs_tag_inode()