landlock_file
landlock_file(file)->allowed_access = LANDLOCK_MASK_ACCESS_FS;
landlock_file(file)->allowed_access = allowed_access;
landlock_file(file)->deny_masks = landlock_get_deny_masks(
if (landlock_file(file)->allowed_access & LANDLOCK_ACCESS_FS_TRUNCATE)
.deny_masks = landlock_file(file)->deny_masks,
access_mask_t allowed_access = landlock_file(file)->allowed_access;
.deny_masks = landlock_file(file)->deny_masks,
prev_dom = landlock_file(file)->fown_subject.domain;
landlock_file(file)->fown_subject = fown_subject;
landlock_file(file)->fown_layer = fown_layer;
landlock_put_ruleset_deferred(landlock_file(file)->fown_subject.domain);
subject = &landlock_file(fown->file)->fown_subject;
.layer_plus_one = landlock_file(fown->file)->fown_layer + 1,