aboutsummaryrefslogtreecommitdiff
path: root/darwin-bootstrap/inject-into-launchd.c
diff options
context:
space:
mode:
authorcomex2015-02-28 21:23:36 -0500
committercomex2015-02-28 21:23:36 -0500
commit3295b45d5fc2a1288aeca7e744d7bc003fa7a5a1 (patch)
tree8b03bfff67d8dc7664391451a8874fe0cb004900 /darwin-bootstrap/inject-into-launchd.c
parentAdd substituted and fix things up to use it. Still untested. (diff)
downloadsubstitute-3295b45d5fc2a1288aeca7e744d7bc003fa7a5a1.tar.gz
add substituted launchd plist; move helpers to separate directory
Diffstat (limited to 'darwin-bootstrap/inject-into-launchd.c')
-rw-r--r--darwin-bootstrap/inject-into-launchd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin-bootstrap/inject-into-launchd.c b/darwin-bootstrap/inject-into-launchd.c
index 539b1a2..cfe8927 100644
--- a/darwin-bootstrap/inject-into-launchd.c
+++ b/darwin-bootstrap/inject-into-launchd.c
@@ -67,7 +67,7 @@ int main(UNUSED int argc, char **argv) {
ib_log("mach_port_allocate: %x", kr);
return 0;
}
- const char *lib = "/Library/Substitute/posixspawn-hook.dylib";
+ const char *lib = "/Library/Substitute/Helpers/posixspawn-hook.dylib";
struct shuttle shuttle = {
.type = SUBSTITUTE_SHUTTLE_MACH_PORT,
.u.mach.right_type = MACH_MSG_TYPE_MAKE_SEND,