c - mprotect on a mmap-ed shared memory segment -
when 2 processes share segment of memory opened shm_open , mmap-ed, doing mprotect on portion of shared memory in 1 process affects permissions seen other process on same portion? i.e. if 1 process makes part of shared memory segment read only, become read other process too?
Comments
Post a Comment