-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathfiles.txt
76 lines (66 loc) · 1.17 KB
/
files.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# setup a few directories
mkdir bin
mkdir lib
mkdir lib64
symlink ../lib64 lib/x86_64-linux-gnu
./init .
# tool to build a UEFI ramdisk image
# and perform an attested boot
./ramdisk-create
./attest-boot
# core utils
/bin/bash
symlink bash bin/sh
/usr/bin/mount
/usr/bin/umount
/usr/bin/cp
/usr/bin/mv
/usr/bin/cmp
/usr/bin/ls
/usr/bin/cat
/usr/bin/echo
/usr/bin/head
/usr/bin/tail
/usr/bin/mkdir
/usr/bin/setsid
/usr/bin/dd
/usr/bin/dirname
/usr/bin/grep
/usr/bin/xxd
/usr/bin/mktemp
/usr/bin/date
/usr/bin/printf
/usr/bin/rm
/usr/bin/sleep
/usr/bin/tar
/usr/bin/cpio
/usr/bin/gzip
# disk management
/sbin/fdisk
/sbin/mkfs.ext4
/sbin/mkfs.vfat
/sbin/fsck.vfat
/usr/sbin/losetup
# networking stuff
/usr/bin/openssl
/usr/bin/curl
/usr/bin/ping
/usr/bin/nc
/usr/sbin/ifconfig
/usr/sbin/route
#/usr/bin/efibootmgr
# cryptdisk setup
/sbin/cryptsetup
/sbin/dmsetup
/sbin/lvm
# chainload to kexec stuff
../build/chainload/chainload
../chainload/boot.sh
../config/RamDiskDxe.efi
# hack to bring in tpm2 and its dlopen'ed library
/usr/local/bin/tpm2
/usr/local/lib/libtss2-tcti-device.so.0 lib
#../../safeboot-attest/client/safeboot-attest
# inventory collection
/usr/sbin/dmidecode
/usr/bin/lshw