Home
last modified time | relevance | path

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

/linux-6.1.9/security/landlock/
Dcred.h38 landlock_get_task_domain(const struct task_struct *const task) in landlock_get_task_domain() function
51 has_dom = !!landlock_get_task_domain(task); in landlocked()
Dptrace.c57 dom_parent = landlock_get_task_domain(parent); in task_is_scoped()
58 dom_child = landlock_get_task_domain(child); in task_is_scoped()