Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つのプロセスが shm_open および mmap-ed で開かれたメモリのセグメントを共有している場合、一方のプロセスの共有メモリの一部で mprotect を実行すると、この同じ部分で他方のプロセスから見たパーミッションに影響しますか? つまり、あるプロセスが共有メモリ セグメントの一部を読み取り専用にすると、他のプロセスも読み取り専用になりますか?