mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-04 03:35:09 +00:00
This prevents sys$mmap() and sys$mprotect() from creating executable memory mappings in pledged programs that don't have this promise. Note that the dynamic loader runs before pledging happens, so it's unaffected by this.