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

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -