summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/img4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/img4.c b/src/img4.c
index e0c30bd..ae29bf3 100644
--- a/src/img4.c
+++ b/src/img4.c
@@ -291,6 +291,7 @@ static const char *_img4_get_component_tag(const char *compname)
{ "Ap,RestoreCIO", "rcio" },
{ "Ap,RestoreTMU", "rtmu" },
{ "Ap,Scorpius", "scpf" },
+ { "Ap,SystemVolumeCanonicalMetadata", "msys" },
{ "Ap,TMU", "tmuf" },
{ "Ap,VolumeUUID", "vuid" },
{ "AppleLogo", "logo" },
@@ -363,6 +364,7 @@ static const char *_img4_get_component_tag(const char *compname)
{ "SIO", "siof" },
{ "StaticTrustCache", "trst" },
{ "SystemLocker", "lckr" },
+ { "SystemVolume", "isys" },
{ "WCHFirmwareUpdater", "wchf" },
{ NULL, NULL }
};