F | |
| fexecve [Fd] |
This function works like
Unix.execve, but the program to be executed,
its first paramenter, is specified via a file descriptor.
|
R | |
| read_cred [Fd] |
This function reads sender credentials from a descriptor.
|
| recv_fd [Fd] |
This function receives a descriptor sent by
Fd.send_fd.
|
S | |
| send_fd [Fd] |
This function sends a descriptor over a Unix socket whose peer may
be another process.
|