Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlsm_hooks.h1493 int (*shm_alloc_security)(struct shmid_kernel *shp); member
1742 struct list_head shm_alloc_security; member
/linux-4.4.14/security/
Dsecurity.c1066 return call_int_hook(shm_alloc_security, 0, shp); in security_shm_alloc()
1738 .shm_alloc_security =
1739 LIST_HEAD_INIT(security_hook_heads.shm_alloc_security),
/linux-4.4.14/security/smack/
Dsmack_lsm.c4661 LSM_HOOK_INIT(shm_alloc_security, smack_shm_alloc_security),
/linux-4.4.14/security/selinux/
Dhooks.c5975 LSM_HOOK_INIT(shm_alloc_security, selinux_shm_alloc_security),