Symbol: layer_access_masks
security/landlock/audit.c
186
const struct layer_access_masks *masks)
security/landlock/audit.c
207
const struct layer_access_masks masks = {
security/landlock/audit.h
46
const struct layer_access_masks *layer_masks;
security/landlock/domain.c
184
const struct layer_access_masks *const masks)
security/landlock/domain.c
222
const struct layer_access_masks layers1 = {
security/landlock/domain.h
125
const struct layer_access_masks *const masks);
security/landlock/fs.c
1032
struct layer_access_masks *layer_masks_dom)
security/landlock/fs.c
1139
struct layer_access_masks layer_masks_parent1 = {},
security/landlock/fs.c
1616
struct layer_access_masks layer_masks = {};
security/landlock/fs.c
406
static bool may_refer(const struct layer_access_masks *const src_parent,
security/landlock/fs.c
407
const struct layer_access_masks *const src_child,
security/landlock/fs.c
408
const struct layer_access_masks *const new_parent,
security/landlock/fs.c
436
static bool no_more_access(const struct layer_access_masks *const parent1,
security/landlock/fs.c
437
const struct layer_access_masks *const child1,
security/landlock/fs.c
439
const struct layer_access_masks *const parent2,
security/landlock/fs.c
440
const struct layer_access_masks *const child2,
security/landlock/fs.c
459
const struct layer_access_masks rx0 = {
security/landlock/fs.c
463
const struct layer_access_masks mx0 = {
security/landlock/fs.c
467
const struct layer_access_masks x0 = {
security/landlock/fs.c
470
const struct layer_access_masks x1 = {
security/landlock/fs.c
473
const struct layer_access_masks x01 = {
security/landlock/fs.c
477
const struct layer_access_masks allows_all = {};
security/landlock/fs.c
565
static bool is_layer_masks_allowed(const struct layer_access_masks *masks)
security/landlock/fs.c
576
struct layer_access_masks *masks)
security/landlock/fs.c
596
struct layer_access_masks masks = {};
security/landlock/fs.c
607
struct layer_access_masks masks = {
security/landlock/fs.c
622
struct layer_access_masks masks = {
security/landlock/fs.c
639
static bool is_eacces(const struct layer_access_masks *masks,
security/landlock/fs.c
661
const struct layer_access_masks masks = {};
security/landlock/fs.c
671
const struct layer_access_masks masks = {
security/landlock/fs.c
683
const struct layer_access_masks masks = {
security/landlock/fs.c
745
struct layer_access_masks *layer_masks_parent1,
security/landlock/fs.c
749
struct layer_access_masks *layer_masks_parent2,
security/landlock/fs.c
757
struct layer_access_masks _layer_masks_child1, _layer_masks_child2;
security/landlock/fs.c
758
struct layer_access_masks *layer_masks_child1 = NULL,
security/landlock/fs.c
954
struct layer_access_masks layer_masks;
security/landlock/net.c
50
struct layer_access_masks layer_masks = {};
security/landlock/ruleset.c
629
struct layer_access_masks *masks)
security/landlock/ruleset.c
681
struct layer_access_masks *const masks,
security/landlock/ruleset.h
305
struct layer_access_masks *masks);
security/landlock/ruleset.h
310
struct layer_access_masks *masks,