Recent chrome renderers try to change some immutable RW region to R.
authorderaadt <deraadt@openbsd.org>
Fri, 21 Oct 2022 20:45:51 +0000 (20:45 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 21 Oct 2022 20:45:51 +0000 (20:45 +0000)
commit8a399d9cbddef27688d2a3acacb00ac45ec78ad8
treee75041fbd0bb9060c08925cc0091be81c982e047
parent1c71e4e1c2e0b26b375e97043c075469828ae000
Recent chrome renderers try to change some immutable RW region to R.
I really want immutable to not allow such transitions either, because it will
help bring code up to the highest standard.
For now, allow this for all processes, until we find out the underlying
reason.
sys/uvm/uvm_map.c