SHM_ALLOW_SEALING
shmflags |= SHM_ALLOW_SEALING;
if ((shmflags & ~(SHM_ALLOW_SEALING | SHM_GROW_ON_WRITE |
if ((shmflags & SHM_ALLOW_SEALING) != 0)