Home
last modified time | relevance | path

Searched refs:SHM_RDONLY (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dshm.h78 #define SHM_RDONLY 010000 /* read-only access */ macro
/Linux-v5.4/ipc/
Dshm.c1461 if (shmflg & SHM_RDONLY) { in do_shmat()
/Linux-v5.4/security/selinux/
Dhooks.c6132 if (shmflg & SHM_RDONLY) in selinux_shm_shmat()