mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-09 05:15:42 -04:00
Add mremap so that stack reallocations happen properly
This commit is contained in:
parent
05fee1a0ea
commit
4d909cd88d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue