Searched refs:OP_SENDMSG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | audit.h | 80 #define OP_SENDMSG "sendmsg" macro
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | audit.h | 80 #define OP_SENDMSG "sendmsg" macro
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | lsm.c | 954 return aa_sock_msg_perm(OP_SENDMSG, AA_MAY_SEND, sock, msg, size); in apparmor_socket_sendmsg() 1765 if (!apparmor_secmark_check(ctx->label, OP_SENDMSG, AA_MAY_SEND, in apparmor_ip_postroute()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | lsm.c | 1036 return aa_sock_msg_perm(OP_SENDMSG, AA_MAY_SEND, sock, msg, size); in apparmor_socket_sendmsg() 1847 if (!apparmor_secmark_check(ctx->label, OP_SENDMSG, AA_MAY_SEND, in apparmor_ip_postroute()
|
Completed in 7 milliseconds