Lines Matching refs:domain
100 err = domain_ptrace(parent_subject->domain, child_dom); in hook_ptrace_access_check()
117 .layer_plus_one = parent_subject->domain->num_layers, in hook_ptrace_access_check()
145 err = domain_ptrace(parent_subject->domain, child_dom); in hook_ptrace_traceme()
163 .layer_plus_one = parent_subject->domain->num_layers, in hook_ptrace_traceme()
236 const struct landlock_ruleset *const domain) in sock_is_scoped() argument
242 dom_other = landlock_cred(other->sk_socket->file->f_cred)->domain; in sock_is_scoped()
243 return domain_is_scoped(domain, dom_other, in sock_is_scoped()
281 if (!sock_is_scoped(other, subject->domain)) in hook_unix_stream_connect()
318 if (!sock_is_scoped(other->sk, subject->domain)) in hook_unix_may_send()
371 is_scoped = domain_is_scoped(subject->domain, in hook_task_kill()
407 if (!subject->domain) in hook_file_send_sigiotask()
412 is_scoped = domain_is_scoped(subject->domain, in hook_file_send_sigiotask()