Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.c412 const layer_mask_t (*const layer_masks_parent2)[LANDLOCK_NUM_ACCESS_FS], in no_more_access()
418 for (access_bit = 0; access_bit < ARRAY_SIZE(*layer_masks_parent2); in no_more_access()
433 (*layer_masks_parent2)[access_bit]) != in no_more_access()
434 (*layer_masks_parent2)[access_bit]) in no_more_access()
445 if ((((*layer_masks_parent2)[access_bit] & in no_more_access()
760 layer_mask_t (*const layer_masks_parent2)[LANDLOCK_NUM_ACCESS_FS], in is_access_to_paths_allowed()
783 if (unlikely(layer_masks_parent2)) { in is_access_to_paths_allowed()
787 allowed_parent2 = is_layer_masks_allowed(layer_masks_parent2); in is_access_to_paths_allowed()
852 child1_is_directory, layer_masks_parent2, in is_access_to_paths_allowed()
870 layer_masks_parent2); in is_access_to_paths_allowed()
[all …]