unplugged-system/external/zlib/google/test/data
2025-10-06 13:59:42 +00:00
..
test Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
create_test_zip.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Different Encryptions.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Empty Dir Same Name As File.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
empty.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
evil_via_absolute_file_name.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
evil_via_invalid_utf8.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
evil.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Mixed Paths.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Parent Dir Same Name As File.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Repeated Dir Name.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Repeated File Name With Different Cases.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Repeated File Name.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
SJIS Bug 846195.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
test_encrypted.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
test_mismatch_size.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
test_nocompress.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
test_posix_permissions.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
test.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Windows Special Names.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Wrong CRC.zip Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

test_posix_permissions.zip

Rebuild this zip by running:

rm test_posix_permissions.zip &&
mkdir z &&
cd z &&
touch 0.txt 1.txt 2.txt 3.txt &&
chmod a+x 0.txt &&
chmod o+x 1.txt &&
chmod u+x 2.txt &&
zip test_posix_permissions.zip * &&
mv test_posix_permissions.zip .. &&
cd .. &&
rm -r z