Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.h80 struct landlock_cred_security fown_subject; member
H A Dfs.c1792 struct landlock_cred_security fown_subject = {}; in hook_file_set_fowner() local
1804 fown_subject = *new_subject; in hook_file_set_fowner()
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()
1820 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()