mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Modify SIP settings to allow unapproved kernel drivers
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user