Skip to content

Commit

Permalink
Refined requirements for SIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
ITzTravelInTime committed Aug 20, 2021
1 parent d4ba4f4 commit f3354f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TINU/PackagesWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public final class SIPManager: SIP, ViewID {

public extension SIP.SIPIntegerFormat{
var isOkForTINU: Bool{
let mask = SIPManager.SIPBits.CSR_ALLOW_UNRESTRICTED_FS.rawValue | SIPManager.SIPBits.CSR_ALLOW_TASK_FOR_PID.rawValue
let mask = SIPManager.SIPBits.CSR_ALLOW_UNRESTRICTED_FS.rawValue
return (self & mask) == mask
}
}
Expand Down

0 comments on commit f3354f9

Please sign in to comment.