Home
last modified time | relevance | path

Searched refs:msg_msg_alloc_security (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dlsm_hooks.h1480 int (*msg_msg_alloc_security)(struct msg_msg *msg); member
1734 struct list_head msg_msg_alloc_security; member
/linux-4.4.14/security/
Dsecurity.c1024 return call_int_hook(msg_msg_alloc_security, 0, msg); in security_msg_msg_alloc()
1722 .msg_msg_alloc_security =
1723 LIST_HEAD_INIT(security_hook_heads.msg_msg_alloc_security),
/linux-4.4.14/security/selinux/
Dhooks.c5151 static int msg_msg_alloc_security(struct msg_msg *msg) in msg_msg_alloc_security() function
5190 return msg_msg_alloc_security(msg); in selinux_msg_msg_alloc_security()
5964 LSM_HOOK_INIT(msg_msg_alloc_security, selinux_msg_msg_alloc_security),
/linux-4.4.14/security/smack/
Dsmack_lsm.c4651 LSM_HOOK_INIT(msg_msg_alloc_security, smack_msg_msg_alloc_security),