提交 9324c9e3 编写于 作者: V vit9696

OcApfsLib: Increased default APFS `MinDate` and `MinVersion` to macOS 12

上级 dc209775
......@@ -6,6 +6,7 @@ OpenCore Changelog
- Added support for stack canaries (security cookies / stack guards)
- Fixed unintialised memory access in AudioDxe causing audio playback failure
- Changed `Default` Apple Secure Boot model to `x86legacy` for better security and compatibility
- Increased default APFS `MinDate` and `MinVersion` to macOS Big Sur for better security
#### v0.7.1
- Added `SyncTableIds` quirk to sync modified table OEM identifiers
......
......@@ -6332,7 +6332,7 @@ functioning. Feature highlights:
\tightlist
\item \texttt{0} --- require the default supported release date of APFS
in OpenCore. The default release date will increase with time and thus
this setting is recommended. Currently set to 2018/06/21.
this setting is recommended. Currently set to 2021/01/01.
\item \texttt{-1} --- permit any release date to load (strongly discouraged).
\item Other --- use custom minimal APFS release date, e.g. \texttt{20200401}
for 2020/04/01. APFS release dates can be found in OpenCore boot log
......@@ -6355,8 +6355,8 @@ functioning. Feature highlights:
\tightlist
\item \texttt{0} --- require the default supported version of APFS
in OpenCore. The default version will increase with time and thus
this setting is recommended. Currently set to the latest point release
from High Sierra from App Store (\texttt{748077008000000}).
this setting is recommended. Currently set to allow macOS Big Sur and newer
(\texttt{1600000000000000}).
\item \texttt{-1} --- permit any version to load (strongly discouraged).
\item Other --- use custom minimal APFS version, e.g. \texttt{1412101001000000}
from macOS Catalina 10.15.4. APFS versions can be found in OpenCore boot log
......
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Tue Jul 13 10:00:32 2021
%DIF ADD ../Configuration.tex Sat Jul 17 23:16:11 2021
%DIF ADD ../Configuration.tex Sat Jul 17 23:24:52 2021
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
......@@ -6396,8 +6396,9 @@ functioning. Feature highlights:
\tightlist
\item \texttt{0} --- require the default supported release date of APFS
in OpenCore. The default release date will increase with time and thus
this setting is recommended. Currently set to 2018/06/21.
\item \texttt{-1} --- permit any release date to load (strongly discouraged).
this setting is recommended. Currently set to \DIFdelbegin \DIFdel{2018}\DIFdelend \DIFaddbegin \DIFadd{2021}\DIFaddend /\DIFdelbegin \DIFdel{06}\DIFdelend \DIFaddbegin \DIFadd{01}\DIFaddend /\DIFdelbegin \DIFdel{21.
}\DIFdelend \DIFaddbegin \DIFadd{01.
}\DIFaddend \item \texttt{-1} --- permit any release date to load (strongly discouraged).
\item Other --- use custom minimal APFS release date, e.g. \texttt{20200401}
for 2020/04/01. APFS release dates can be found in OpenCore boot log
and \href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Acidanthera/Library/OcApfsLib.h}{\texttt{OcApfsLib}}.
......@@ -6419,8 +6420,9 @@ functioning. Feature highlights:
\tightlist
\item \texttt{0} --- require the default supported version of APFS
in OpenCore. The default version will increase with time and thus
this setting is recommended. Currently set to the latest point release
from High Sierra from App Store (\texttt{748077008000000}).
this setting is recommended. Currently set to \DIFdelbegin \DIFdel{the latest point release
from High Sierra from App Store (}\DIFdelend \DIFaddbegin \DIFadd{allow macOS Big Sur and newer
(}\DIFaddend \texttt{\DIFdelbegin \DIFdel{748077008000000}\DIFdelend \DIFaddbegin \DIFadd{1600000000000000}\DIFaddend }).
\item \texttt{-1} --- permit any version to load (strongly discouraged).
\item Other --- use custom minimal APFS version, e.g. \texttt{1412101001000000}
from macOS Catalina 10.15.4. APFS versions can be found in OpenCore boot log
......
......@@ -33,11 +33,17 @@
#define OC_APFS_VERSION_CATALINA 1412101001000000ULL
#define OC_APFS_DATE_CATALINA 20200306U
/**
Latest known APFS from Big Sur 11.4 (20F71).
**/
#define OC_APFS_VERSION_BIG_SUR 1677120009000000ULL
#define OC_APFS_DATE_BIG_SUR 20210508U
/**
Default version subject to increase.
**/
#define OC_APFS_VERSION_DEFAULT OC_APFS_VERSION_HIGH_SIERRA
#define OC_APFS_DATE_DEFAULT OC_APFS_DATE_HIGH_SIERRA
#define OC_APFS_VERSION_DEFAULT 1600000000000000ULL
#define OC_APFS_DATE_DEFAULT 20210101U
/**
Use default version as a minimal.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册