Skip to content

test_utils: Test whether mmap PROT_WRITE fails

Kai Uwe Broulik requested to merge work/kbroulik/testutils-prot-write into master

Writing is what our guard is supposed to prevent, let's try to mmap it for writing. It seems FreeBSD still allows PROT_READ for sealed-for-writing mmaps.

Merge request reports