Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.c1603 landlock_file(file)->allowed_access = LANDLOCK_MASK_ACCESS_FS; in hook_file_alloc_security()
1667 landlock_file(file)->allowed_access = allowed_access; in hook_file_open()
1669 landlock_file(file)->deny_masks = landlock_get_deny_masks( in hook_file_open()
1694 if (landlock_file(file)->allowed_access & LANDLOCK_ACCESS_FS_TRUNCATE) in hook_file_truncate()
1706 .deny_masks = landlock_file(file)->deny_masks, in hook_file_truncate()
1715 access_mask_t allowed_access = landlock_file(file)->allowed_access; in hook_file_ioctl_common()
1745 .deny_masks = landlock_file(file)->deny_masks, in hook_file_ioctl_common()
1808 prev_dom = landlock_file(file)->fown_subject.domain; in hook_file_set_fowner()
1809 landlock_file(file)->fown_subject = fown_subject; in hook_file_set_fowner()
1811 landlock_file(file)->fown_layer = fown_layer; in hook_file_set_fowner()
[all …]
H A Dfs.h108 landlock_file(const struct file *const file) in landlock_file() function
H A Dtask.c398 subject = &landlock_file(fown->file)->fown_subject; in hook_file_send_sigiotask()
427 .layer_plus_one = landlock_file(fown->file)->fown_layer + 1, in hook_file_send_sigiotask()