Searched refs:IE_FALSE (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/security/landlock/ |
| H A D | fs.c | 677 IE_FALSE(&layer_masks, 0); in test_is_eacces_with_none() 678 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_REFER); in test_is_eacces_with_none() 679 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_none() 680 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_none() 689 IE_FALSE(&layer_masks, 0); in test_is_eacces_with_refer() 690 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_REFER); in test_is_eacces_with_refer() 691 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_refer() 701 IE_FALSE(&layer_masks, 0); in test_is_eacces_with_write() 702 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_REFER); in test_is_eacces_with_write() 703 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_write() [all …]
|