1 all: simple examples detailed total proc
4 python3.0 ./signduterre.py -p SUGGESTED=2 -s SUGGESTED=2 --detailed --verbose signduterre.py regtest_signduterre.makefile 2>test_simple.pwd >test_simple1.sdt
5 python3.0 ./signduterre.py -p test_simple.pwd -c test_simple1.sdt
8 python3.0 ./signduterre.py -p SUGGESTED -s SUGGESTED /boot/* /sbin/* /bin/* 2>test-20090630_11-14-03.pwd >test-20090630_11-14-03.sdt
9 python3.0 ./signduterre.py -p test-20090630_11-14-03.pwd -c test-20090630_11-14-03.sdt
12 sudo python3.0 ./signduterre.py -u root -s SUGGESTED -p SUGGESTED --Status-values='i' -v -e -d --execute-args '/dev/sda' '?/proc/self/root' '?/usr/bin/python' '$(dd if=$1 bs=512 count=1 status=noxfer | od -X)' 2> test-20090630_12-14-03.pwd >test-20090630_12-14-03.sdt
13 sudo python3.0 ./signduterre.py -u root -e -p test-20090630_12-14-03.pwd -c test-20090630_12-14-03.sdt
16 python3.0 ./signduterre.py -p SUGGESTED=2 -s SUGGESTED=2 -v -d '[./signduterre.py]' /boot/* 2>test-v-d.pwd >test-v-d.sdt
17 python3.0 ./signduterre.py -p test-v-d.pwd -c test-v-d.sdt '[./signduterre.py]'
20 python3.0 ./signduterre.py -p SUGGESTED=2 -s SUGGESTED=2 -q /boot/* 2>test-q.pwd >test-q.sdt
21 python3.0 ./signduterre.py -p test-q.pwd -c test-q.sdt /boot/*
24 echo -e '[/proc/self/exe]\n/usr/bin/python3.0\n[?/proc/self/root]\n/' > test-v-d-e.infile
25 python3.0 ./signduterre.py -p SUGGESTED=2 -s SUGGESTED=2 --Status-values='miug' -v -d -e -i test-v-d-e.infile 2>test-v-d-e.pwd >test-v-d-e.sdt
26 python3.0 ./signduterre.py -p test-v-d-e.pwd -c test-v-d-e.sdt [/proc/self/exe] [?/proc/self/root]