We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c563312 commit c693e0bCopy full SHA for c693e0b
CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist
@@ -888,6 +888,26 @@
888
<false/>
889
<key>KextsToPatch</key>
890
<array>
891
+ <dict>
892
+ <key>Comment</key>
893
+ <string>Disable FileVault</string>
894
+ <key>Disabled</key>
895
+ <false/>
896
+ <key>Find</key>
897
+ <data>AAAAAAAA</data>
898
+ <key>InfoPlistPatch</key>
899
900
+ <key>MaskFind</key>
901
902
+ <key>MatchOS</key>
903
+ <string>26.x</string>
904
+ <key>Name</key>
905
+ <string>com.apple.filesystems.apfs</string>
906
+ <key>Procedure</key>
907
+ <string>_apfs_filevault_allowed</string>
908
+ <key>Replace</key>
909
+ <data>uAAAAADD</data>
910
+ </dict>
911
<dict>
912
<key>Disabled</key>
913
<true/>
0 commit comments