mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Add munlock() and mlock2() to pledge
This commit is contained in:
parent
0eef971494
commit
ff2b6fc0b0
1 changed files with 2 additions and 0 deletions
|
@ -615,6 +615,8 @@ static const uint16_t kPledgeStdio[] = {
|
|||
__NR_linux_msync, //
|
||||
__NR_linux_mmap | NOEXEC, //
|
||||
__NR_linux_mlock, //
|
||||
__NR_linux_mlock2, //
|
||||
__NR_linux_munlock, //
|
||||
__NR_linux_mremap, //
|
||||
__NR_linux_munmap, //
|
||||
__NR_linux_mincore, //
|
||||
|
|
Loading…
Reference in a new issue