Modify SIP settings to allow unapproved kernel drivers

This commit is contained in:
Hoang Hong Quan
2024-11-16 07:14:02 +07:00
parent 0b16092bf1
commit 389ccb2619

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 "03080000"
return "0A080000"
elif self.utils.parse_darwin_version(macos_version) >= self.utils.parse_darwin_version("18.0.0"):
return "FF070000"
else: