Searched refs:allows_all (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/security/landlock/ |
| H A D | fs.c | 479 const layer_mask_t allows_all[LANDLOCK_NUM_ACCESS_FS] = {}; in test_no_more_access() local 482 NMA_TRUE(&x0, &allows_all, false, &allows_all, NULL, false); in test_no_more_access() 483 NMA_TRUE(&allows_all, &x0, false, &allows_all, NULL, false); in test_no_more_access() 484 NMA_FALSE(&x0, &x0, false, &allows_all, NULL, false); in test_no_more_access()
|