mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
Base: Don't mark "prot_exec" pledge promise as a SerenityOS extension
OpenBSD also has this promise.
This commit is contained in:
parent
c4db224c94
commit
ca1c560161
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ If the process later attempts to use any system functionality it has previously
|
|||
* `sendfd`: Send file descriptors over a local socket
|
||||
* `recvfd`: Receive file descriptors over a local socket
|
||||
* `ptrace`: The [`ptrace(2)`](ptrace.md) syscall (\*)
|
||||
* `prot_exec`: [`mmap(2)`](mmap.md) and [`mprotect(2)`](mprotect.md) with `PROT_EXEC` (\*)
|
||||
* `prot_exec`: [`mmap(2)`](mmap.md) and [`mprotect(2)`](mprotect.md) with `PROT_EXEC`
|
||||
|
||||
Promises marked with an asterisk (\*) are SerenityOS specific extensions not supported by the original OpenBSD `pledge()`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue