/usr/lib/util-vserver/defaults/h2ext.desc is in util-vserver 0.30.216-pre2864-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Borrowed from file(1)
# gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver)
0 string \037\213 gzip -d -c 1
# tar posix
257 string ustar\0 tar -x --numeric-owner 0
# tar gnu
257 string ustar\040\040\0 tar -x --numeric-owner 0
# cpio
0 short 070707 cpio -i --numeric-uid-gid 0
# cpio swapped
0 short 0143561 cpio -i --numeric-uid-gid 0
# bzip2
0 string BZh bzip2 -d -c 1
# dump/restore new-fs big and little endian
24 belong 60012 restore -rf - 0
24 lelong 60012 restore -rf - 0
# dump/restore old-fs big and little endian
24 belong 60011 restore -rf - 0
24 lelong 60011 restore -rf - 0
|