Searched refs:landlock_file (Results 1 – 3 of 3) sorted by relevance
1605 landlock_file(file)->allowed_access = LANDLOCK_MASK_ACCESS_FS; in hook_file_alloc_security()1675 landlock_file(file)->allowed_access = allowed_access; in hook_file_open()1677 landlock_file(file)->deny_masks = landlock_get_deny_masks( in hook_file_open()1703 if (landlock_file(file)->allowed_access & LANDLOCK_ACCESS_FS_TRUNCATE) in hook_file_truncate()1715 .deny_masks = landlock_file(file)->deny_masks, in hook_file_truncate()1724 access_mask_t allowed_access = landlock_file(file)->allowed_access; in hook_file_ioctl_common()1754 .deny_masks = landlock_file(file)->deny_masks, in hook_file_ioctl_common()1817 prev_dom = landlock_file(file)->fown_subject.domain; in hook_file_set_fowner()1818 landlock_file(file)->fown_subject = fown_subject; in hook_file_set_fowner()1820 landlock_file(file)->fown_layer = fown_layer; in hook_file_set_fowner()[all …]
108 landlock_file(const struct file *const file) in landlock_file() function
398 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()
Completed in 9 milliseconds