Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.c2048 struct landlock_cred_security fown_subject = {}; in hook_file_set_fowner() local
2061 fown_subject = *new_subject; in hook_file_set_fowner()
2066 prev_dom = landlock_file(file)->fown_subject.domain; in hook_file_set_fowner()
2068 landlock_file(file)->fown_subject = fown_subject; in hook_file_set_fowner()
2082 landlock_put_domain_deferred(landlock_file(file)->fown_subject.domain); in hook_file_free_security()
H A Dtask.c442 subject = &landlock_file(fown->file)->fown_subject; in hook_file_send_sigiotask()