Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.h67 * @fown_layer: Layer level of @fown_subject->domain with
74 * @fown_subject: Landlock credential of the task that set the PID that
80 struct landlock_cred_security fown_subject; member
H A Dfs.c1801 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()
H A Dtask.c398 subject = &landlock_file(fown->file)->fown_subject; in hook_file_send_sigiotask()