summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-01-02 21:31:49 +0000
committerMiles Bader <miles@gnu.org>1996-01-02 21:31:49 +0000
commitf395f9607ee7db218c02e0e20717789dc9a79e9c (patch)
tree3cf345b0b9b3be41e2a2df80bc259638bcdf6385 /libshouldbeinlibc
parent041393523dea5a83c16271a2e032afe215445243 (diff)
(exec_reauth): Doc fix.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/exec-reauth.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/libshouldbeinlibc/exec-reauth.c b/libshouldbeinlibc/exec-reauth.c
index 595f9bdc..3529cd0f 100644
--- a/libshouldbeinlibc/exec-reauth.c
+++ b/libshouldbeinlibc/exec-reauth.c
@@ -29,10 +29,13 @@
AUTH. Each replaced port has a reference consumed; if an error is
returned, then PORTS and FDS may contain a mixture of old and new ports,
however AUTH will only be placed in PORTS upon success. If SECURE is
- true, then it is assumed the exec will use EXEC_SECURE, and any
- modifications are made. If MUST_REAUTH is true, then any failure to
- re-authenticate a port will result in the function return the error,
- otherwise, such failures are silently ignored. */
+ true, then it is assumed the exec will use EXEC_SECURE, and certain ports
+ may be replaced by MACH_PORT_NULL, with the expectation that exec will
+ fill these in itself; if all ports should be re-authenticated, use 0 for
+ this argument, regardless of whether EXEC_SECURE will be used. If
+ MUST_REAUTH is true, then any failure to re-authenticate a port will
+ result in the function return the error, otherwise, such failures are
+ silently ignored. */
error_t
exec_reauth (auth_t auth, int secure, int must_reauth,
mach_port_t *ports, unsigned num_ports,