Skip to content

Commit 4468cf5

Browse files
committed
Fix entitlement name typo in comment
1 parent 50d4464 commit 4468cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BaseBin/launchdhook/src/jbserver/jbdomain_systemwide.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ int systemwide_process_checkin(audit_token_t *processToken, char **rootPathOut,
323323
#ifdef __arm64e__
324324
// On arm64e every image has a trust level associated with it
325325
// "In trust cache" trust levels have higher runtime enforcements, this can be a problem for some tools as Dopamine trustcaches everything that's adhoc signed
326-
// So we add the ability for a binary to get a different trust level using the "jb.pmap_cs_custom_trust" entitlement
326+
// So we add the ability for a binary to get a different trust level using the "jb.pmap_cs.custom_trust" entitlement
327327
// This is for binaries that rely on weaker PMAP_CS checks (e.g. Lua trampolines need it)
328328
xpc_object_t customTrustObj = xpc_copy_entitlement_for_token("jb.pmap_cs.custom_trust", processToken);
329329
if (customTrustObj) {

0 commit comments

Comments
 (0)