Skip to content

Commit

Permalink
fix: set mach lookup sandbox extension properly
Browse files Browse the repository at this point in the history
  • Loading branch information
KpwnZ committed Dec 29, 2023
1 parent 435c0c5 commit a7ac8ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion basebin/launchdhook/src/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
0);
if (machLookup) [extensionString appendString:[NSString stringWithUTF8String:machLookup]];
else NSLog(@"[launchdhook] Failed to generate sandbox extension for com.apple.security.exception.mach-lookup.global-name");
[extensionString appendString:[NSString stringWithUTF8String:machLookup]];

return extensionString;
}
Expand Down

0 comments on commit a7ac8ac

Please sign in to comment.