Searched refs:IE_FALSE (Results 1 – 1 of 1) sorted by relevance
/linux/security/landlock/ |
H A D | fs.c | 670 #define IE_FALSE(...) KUNIT_EXPECT_FALSE(test, is_eacces(__VA_ARGS__)) macro 678 IE_FALSE(&layer_masks, 0); in test_is_eacces_with_none() 679 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_REFER); in test_is_eacces_with_none() 680 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_none() 681 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_none() 690 IE_FALSE(&layer_masks, 0); in test_is_eacces_with_refer() 691 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_REFER); in test_is_eacces_with_refer() 692 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_refer() 693 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_refer() 702 IE_FALSE(&layer_masks, 0); in test_is_eacces_with_write() [all …]
|