Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dtask.c256 const struct landlock_domain *dom_other; in is_abstract_socket()
271 dom_other = landlock_cred(other->sk_socket->file->f_cred)->domain; in hook_unix_stream_connect()
273 *peer_domain_id = dom_other ? dom_other->hierarchy->id : 0; in hook_unix_stream_connect()
275 return domain_is_scoped(domain, dom_other, in hook_unix_stream_connect()
241 const struct landlock_ruleset *dom_other; sock_is_scoped() local
H A Dfs.c1752 const struct landlock_domain *dom_other; in hook_unix_find() local
1789 dom_other = landlock_cred(other->sk_socket->file->f_cred)->domain; in hook_unix_find()
1792 unmask_scoped_access(subject->domain, dom_other, &layer_masks, in hook_unix_find()