Home
last modified time | relevance | path

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

/security/landlock/
A Dfs.c461 const layer_mask_t rx0[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()
465 const layer_mask_t mx0[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()
469 const layer_mask_t x0[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()
472 const layer_mask_t x1[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()
475 const layer_mask_t x01[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access()
599 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = {}; in test_scope_to_request_with_exec_none()
613 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = { in test_scope_to_request_with_exec_some()
630 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = { in test_scope_to_request_without_access()
770 layer_mask_t _layer_masks_child1[LANDLOCK_NUM_ACCESS_FS], in is_access_to_paths_allowed()
960 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = {}; in current_check_access_path()
[all …]
A Daccess.h64 typedef u16 layer_mask_t; typedef
67 static_assert(BITS_PER_TYPE(layer_mask_t) >= LANDLOCK_MAX_NUM_LAYERS);
A Ddomain.c185 const layer_mask_t (*const layer_masks)[], in landlock_get_deny_masks()
203 const layer_mask_t mask = (*layer_masks)[access_bit]; in landlock_get_deny_masks()
219 const layer_mask_t layers1[BITS_PER_TYPE(access_mask_t)] = { in test_landlock_get_deny_masks()
A Druleset.h306 layer_mask_t (*const layer_masks)[],
312 layer_mask_t (*const layer_masks)[],
A Daudit.h46 const layer_mask_t (*layer_masks)[];
A Ddomain.h125 const layer_mask_t (*const layer_masks)[],
A Druleset.c618 layer_mask_t (*const layer_masks)[], in landlock_unmask_layers()
641 const layer_mask_t layer_bit = BIT_ULL(layer->level - 1); in landlock_unmask_layers()
684 layer_mask_t (*const layer_masks)[], in landlock_init_layer_masks()
A Daudit.c185 const layer_mask_t (*const layer_masks)[], in get_denied_layer()
224 const layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_FS] = { in test_get_denied_layer()
A Dnet.c50 layer_mask_t layer_masks[LANDLOCK_NUM_ACCESS_NET] = {}; in current_check_access_socket()

Completed in 14 milliseconds