Searched refs:unix_may_send (Results 1 – 6 of 6) sorted by relevance
| /linux/security/landlock/ |
| H A D | task.c | 499 LSM_HOOK_INIT(unix_may_send, hook_unix_may_send),
|
| /linux/net/unix/ |
| H A D | af_unix.c | 283 static inline int unix_may_send(struct sock *sk, struct sock *osk) in unix_may_send() function 1559 if (!unix_may_send(sk, other)) in unix_dgram_connect() 2194 if (!unix_may_send(sk, other)) { in unix_dgram_sendmsg()
|
| /linux/security/apparmor/ |
| H A D | lsm.c | 1810 LSM_HOOK_INIT(unix_may_send, apparmor_unix_may_send),
|
| /linux/security/ |
| H A D | security.c | 4133 * The @unix_stream_connect and @unix_may_send hooks were necessary because 4160 * The @unix_stream_connect and @unix_may_send hooks were necessary because 4174 return call_int_hook(unix_may_send, sock, other); in security_unix_may_send()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 5258 LSM_HOOK_INIT(unix_may_send, smack_unix_may_send),
|
| /linux/security/selinux/ |
| H A D | hooks.c | 7710 LSM_HOOK_INIT(unix_may_send, selinux_socket_unix_may_send),
|