mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 11:48:59 +00:00
Base: Add "sendfd" and "recvfd" promises to pledge(2)
And as it turns out, these are not even extensions! :^)
This commit is contained in:
parent
55a22b50c9
commit
c689be0dbc
Notes:
sideshowbarker
2024-07-19 05:23:57 +09:00
Author: https://github.com/awesomekling
Commit: c689be0dbc
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ If the process later attempts to use any system functionality it has previously
|
||||||
* `settime`: Changing the system time and date
|
* `settime`: Changing the system time and date
|
||||||
* `setkeymap`: Changing the system keyboard layout (\*)
|
* `setkeymap`: Changing the system keyboard layout (\*)
|
||||||
* `sigaction`: Change signal handlers and dispositions (\*)
|
* `sigaction`: Change signal handlers and dispositions (\*)
|
||||||
|
* `sendfd`: Send file descriptors over a local socket
|
||||||
|
* `recvfd`: Receive file descriptors over a local socket
|
||||||
|
|
||||||
Promises marked with an asterisk (\*) are SerenityOS specific extensions not supported by the original OpenBSD `pledge()`.
|
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