Searched refs:fown_subject (Results 1 – 3 of 3) sorted by relevance
67 * @fown_layer: Layer level of @fown_subject->domain with74 * @fown_subject: Landlock credential of the task that set the PID that80 struct landlock_cred_security fown_subject; member
1801 struct landlock_cred_security fown_subject = {}; in hook_file_set_fowner() local 1813 fown_subject = *new_subject; in hook_file_set_fowner() 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() 1829 landlock_put_ruleset_deferred(landlock_file(file)->fown_subject.domain); in hook_file_free_security()
398 subject = &landlock_file(fown->file)->fown_subject; in hook_file_send_sigiotask()