Searched refs:shm_shmat (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | lsm_hooks.h | 1497 int (*shm_shmat)(struct shmid_kernel *shp, char __user *shmaddr, member 1746 struct list_head shm_shmat; member
|
/linux-4.4.14/security/ |
D | security.c | 1086 return call_int_hook(shm_shmat, 0, shp, shmaddr, shmflg); in security_shm_shmat() 1745 .shm_shmat = LIST_HEAD_INIT(security_hook_heads.shm_shmat),
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 4665 LSM_HOOK_INIT(shm_shmat, smack_shm_shmat),
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 5979 LSM_HOOK_INIT(shm_shmat, selinux_shm_shmat),
|