We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a22b5 commit c689be0Copy full SHA for c689be0
Base/usr/share/man/man2/pledge.md
@@ -51,6 +51,8 @@ If the process later attempts to use any system functionality it has previously
51
* `settime`: Changing the system time and date
52
* `setkeymap`: Changing the system keyboard layout (\*)
53
* `sigaction`: Change signal handlers and dispositions (\*)
54
+* `sendfd`: Send file descriptors over a local socket
55
+* `recvfd`: Receive file descriptors over a local socket
56
57
Promises marked with an asterisk (\*) are SerenityOS specific extensions not supported by the original OpenBSD `pledge()`.
58
0 commit comments