]> wimlib.net Git - wimlib/blob - tests/wims/README
Capture and apply extended attributes on Windows
[wimlib] / tests / wims / README
1 Some fun files:
2
3 cyclic.wim:  This WIM has an image with a cyclic directory structure and should be
4 detected as invalid.
5
6 duplicate_names.wim:  This WIM has an image with multiple files with the same
7 name in the same directory, and should be detected as invalid.
8
9 dotdot.wim:  This WIM has an image with the path
10 /../../../../../../../../../../../../../../../../etc/passwd, and should be
11 detected as invalid.  (Fun fact: WIMGAPI is dumb and will extract .. files, and
12 requires running with Admin rights, so given a malicious WIM file it will
13 overwrite arbitrary files on the target drive.)
14
15 longpaths.wim:  This WIM has an image with a path longer than MAX_PATH on Windows.
16 This should still be extracted successfully.
17
18 empty_dacl.wim:  This WIM has an image containing file with a security
19 descriptor having an empty DACL.  This is valid and should be extracted
20 successfully.
21
22 linux_xattrs_old.wim: Includes Linux xattrs in old format
23 (TAG_WIMLIB_LINUX_XATTRS)