diff options
Diffstat (limited to 'darwin-bootstrap/unrestrict.c')
-rw-r--r-- | darwin-bootstrap/unrestrict.c | 6 |
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" |