Skip to content

Commit c693e0b

Browse files
committed
disable FileVault in Tahoe
Signed-off-by: Slice <sergey.slice@gmail.com>
1 parent c563312 commit c693e0b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,26 @@
888888
<false/>
889889
<key>KextsToPatch</key>
890890
<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+
<false/>
900+
<key>MaskFind</key>
901+
<data>AAAAAAAA</data>
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>
891911
<dict>
892912
<key>Disabled</key>
893913
<true/>

0 commit comments

Comments
 (0)