This commit is contained in:
Karmaz95
2024-06-27 15:53:24 +02:00
parent 1be94d8c3d
commit 2acb1f5982
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -2513,7 +2513,7 @@ class SnakeVII(SnakeVI):
def addQuarantine(self):
''' Add com.apple.quarantine extended attribute to the file. '''
value = f'0082;{int(time.time())};CrimsonUroboros;'
value = f'0004;{int(time.time())};CrimsonUroboros;'
value_as_bytes = value.encode()
xattr.setxattr(self.file_path, 'com.apple.quarantine', value_as_bytes)