1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-09 00:55:42 -04:00

Add mremap so that stack reallocations happen properly

This commit is contained in:
Ryan Voots 2016-10-15 09:43:02 -04:00
parent 05fee1a0ea
commit 4d909cd88d

View file

@ -61,6 +61,7 @@ sub get_seccomp {
# also seems to be used when freeing/allocating large blocks of memory, as you'd expect
$rule_add->(mmap => );
$rule_add->(munmap => );
$rule_add->(mremap => );
$rule_add->(mprotect =>);
# These are the allowed modes on open, allow that to work in any combo