aboutsummaryrefslogtreecommitdiff
path: root/darwin-bootstrap/unrestrict.c
diff options
context:
space:
mode:
authorcomex2015-07-11 13:18:41 -0400
committercomex2015-07-11 14:06:16 -0400
commit7de586f0dde91a3bd5433f879f8b614c2ebaf579 (patch)
tree286d5c6fa7b06c5a9623bfefb635e2befb218a42 /darwin-bootstrap/unrestrict.c
parentstuff! (diff)
downloadsubstitute-7de586f0dde91a3bd5433f879f8b614c2ebaf579.tar.gz
fix?
Diffstat (limited to '')
-rw-r--r--darwin-bootstrap/unrestrict.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/darwin-bootstrap/unrestrict.c b/darwin-bootstrap/unrestrict.c
index 2ea3ac6..496bf08 100644
--- a/darwin-bootstrap/unrestrict.c
+++ b/darwin-bootstrap/unrestrict.c
@@ -6,9 +6,9 @@
*
* It exists as a separate executable because (a) such processes may be
* launched with POSIX_SPAWN_SETEXEC, which makes posix_spawn act like exec and
- * replace the current process, and (b) if they're not, launchd (into which
- * posixspawn-hook is injected) still can't task_for_pid the child process
- * itself, because it doesn't have the right entitlements.
+ * replace the current process, and (b) if they're not, launchd/xpcproxy (into
+ * which posixspawn-hook is injected) still can't task_for_pid the child
+ * process itself, because they don't have the right entitlements.
*/
#define IB_LOG_NAME "unrestrict"