Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dfs.c2049 struct pid *prev_tg, *fown_tg = NULL; in hook_file_set_fowner() local
2062 fown_tg = get_pid(task_tgid(current)); in hook_file_set_fowner()
2067 prev_tg = landlock_file(file)->fown_tg; in hook_file_set_fowner()
2069 landlock_file(file)->fown_tg = fown_tg; in hook_file_set_fowner()
2081 put_pid(landlock_file(file)->fown_tg); in hook_file_free_security()
H A Dtask.c462 if (task_tgid(tsk) == landlock_file(fown->file)->fown_tg)