shm_alloc_security 1672 include/linux/lsm_hooks.h int (*shm_alloc_security)(struct kern_ipc_perm *perm); shm_alloc_security 1958 include/linux/lsm_hooks.h struct hlist_head shm_alloc_security; shm_alloc_security 1807 security/security.c rc = call_int_hook(shm_alloc_security, 0, shp); shm_alloc_security 6955 security/selinux/hooks.c LSM_HOOK_INIT(shm_alloc_security, selinux_shm_alloc_security), shm_alloc_security 4661 security/smack/smack_lsm.c LSM_HOOK_INIT(shm_alloc_security, smack_ipc_alloc_security),