Correct SIP variable requirements for macOS Big Sur 11 and newer

This commit is contained in:
Hoang Hong Quan
2024-11-18 21:08:19 +07:00
parent a371ee012e
commit 6516859e4e

View File

@@ -472,7 +472,7 @@ class ConfigProdigy:
def csr_active_config(self, macos_version):
if self.utils.parse_darwin_version(macos_version) >= self.utils.parse_darwin_version("20.0.0"):
return "0A080000"
return "030A0000"
elif self.utils.parse_darwin_version(macos_version) >= self.utils.parse_darwin_version("18.0.0"):
return "FF070000"
else: