Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dtask.c242 const struct landlock_ruleset *dom_other; in sock_is_scoped() local
246 dom_other = landlock_cred(other->sk_socket->file->f_cred)->domain; in sock_is_scoped()
247 return domain_is_scoped(domain, dom_other, in sock_is_scoped()
H A Dfs.c1636 const struct landlock_ruleset *dom_other; in hook_unix_find() local
1673 dom_other = landlock_cred(other->sk_socket->file->f_cred)->domain; in hook_unix_find()
1676 unmask_scoped_access(subject->domain, dom_other, &layer_masks, in hook_unix_find()