Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.c418 struct layer_masks *masks, in unmask_layers_fs()
452 static bool may_refer(const struct layer_masks *const src_parent, in may_refer()
453 const struct layer_masks *const src_child, in may_refer()
454 const struct layer_masks *const new_parent, in may_refer()
482 static bool no_more_access(const struct layer_masks *const parent1, in no_more_access()
483 const struct layer_masks *const child1, in no_more_access()
485 const struct layer_masks *const parent2, in no_more_access()
486 const struct layer_masks *const child2, in no_more_access()
505 const struct layer_masks rx0 = { in test_no_more_access()
509 const struct layer_masks mx0 = { in test_no_more_access()
[all …]
H A Dnet.c58 struct layer_masks *masks, in current_check_access_socket()
80 struct layer_masks layer_masks = {}; in current_check_access_socket()
137 &layer_masks, LANDLOCK_KEY_NET_PORT); in current_check_access_socket()
146 .layer_masks = &layer_masks, in current_check_access_socket()
267 access_request, &layer_masks, in current_check_autobind_udp_socket()
272 if (unmask_layers_net(subject->domain, id, &layer_masks, in current_check_autobind_udp_socket()
284 .layer_masks = &layer_masks, in current_check_autobind_udp_socket()
53 struct layer_masks layer_masks = {}; current_check_access_socket() local
[all...]
H A Daudit.c
H A Ddomain.c147 struct layer_masks *masks, in landlock_unmask_layers()
223 struct layer_masks *const masks, in landlock_init_layer_masks()
641 const deny_masks_t deny_masks, const struct layer_masks *const masks) in landlock_get_quiet_optional_accesses()
692 const struct layer_masks *const masks) in landlock_get_deny_masks()
731 const struct layer_masks layers1 = { in test_landlock_get_deny_masks()
H A Druleset.h