Skip to content

Commit 79a613e

Browse files
committed
stub: Do not copy cryptexes
Signed-off-by: Hector Martin <[email protected]>
1 parent 3f67904 commit 79a613e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/stub.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ def install_files(self, cur_os):
249249
for key, val in identity["Manifest"].items():
250250
if key in ("BaseSystem", "OS", "Ap,SystemVolumeCanonicalMetadata"):
251251
continue
252+
if key.startswith("Cryptex"):
253+
continue
252254
path = val["Info"]["Path"]
253255
if path in copied:
254256
continue

0 commit comments

Comments
 (0)