summaryrefslogtreecommitdiffstats
path: root/lib/iolog/regress/fuzz/fuzz_iolog_legacy.dict
blob: d524d4945af939f433f103f543567b75a095e882 (plain)
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
# Legacy I/O log info file:
# timestamp:submit_user:run_user:run_group:tty:lines:columns
# working directory
# command [args]

# users and groups
"millert"
"root"
"bin"
"wheel"
"operator"
"testuser"
"alice"
"bob"
"users"

# terminals
"/dev/console"
"/dev/tty00"
"/dev/tty01"
"/dev/pts/0"
"/dev/pts/1"
"/dev/ttyp2"
"/dev/ttyp3"

# directories
"/root"
"/home/millert"
"/home/alice"
"/home/bob"
"/tmp"
"/usr/local"
"/usr/src"

# commands
"/bin/ls"
"/usr/bin/id -u"
"/usr/bin/su -"
"/usr/bin/mailq"
"/usr/bin/make -C /usr/src/usr.bin/sort install"
"/usr/bin/apt update"
"/usr/bin/rpm -e sudo"