Skip to content

Commit

Permalink
chore: use AppleKeyStore in jailbreakd
Browse files Browse the repository at this point in the history
  • Loading branch information
KpwnZ committed Jan 20, 2024
1 parent bcd885e commit 741b099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basebin/jailbreakd/kernel/kernel.mm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BOOL setup_client() {
JBLogDebug("[*] setup kcall");

io_service_t service = IOServiceGetMatchingService(
kIOMasterPortDefault, IOServiceMatching("IOSurfaceRoot"));
kIOMasterPortDefault, IOServiceMatching("AppleKeyStore"));

if (service == IO_OBJECT_NULL) {
JBLogDebug("[-] Failed to get IOSurfaceRoot service");
Expand Down

0 comments on commit 741b099

Please sign in to comment.