Searched refs:shm_shmat (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | lsm_hooks.h | 1635 int (*shm_shmat)(struct kern_ipc_perm *shp, char __user *shmaddr, member 1914 struct hlist_head shm_shmat; member
|
/Linux-v4.19/security/ |
D | security.c | 1254 return call_int_hook(shm_shmat, 0, shp, shmaddr, shmflg); in security_shm_shmat()
|
/Linux-v4.19/security/smack/ |
D | smack_lsm.c | 4740 LSM_HOOK_INIT(shm_shmat, smack_shm_shmat),
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 7022 LSM_HOOK_INIT(shm_shmat, selinux_shm_shmat),
|