Skip to content
Snippets Groups Projects
Commit e8bb310d authored by jdh8d's avatar jdh8d
Browse files

Minor tweaks

Former-commit-id: 720f1cae652d853fe626419cfa9b29d19850d751
parent c0930628
No related branches found
No related tags found
No related merge requests found
......@@ -1034,6 +1034,7 @@ stock_examples/du.stock -text
stock_examples/expr.stock -text
stock_examples/find.stock -text
stock_examples/firefox-bin.stock -text
stock_examples/gcc-4.4.stock -text
stock_examples/gnash.stock -text
stock_examples/grep.stock -text
stock_examples/hostname.stock -text
......
......@@ -5,7 +5,7 @@ CFLAGS=-O2
.SUFFIXES: .stock .protected
protected_exes=awk.protected bzip2.protected cal.protected cat.protected clear.protected date.protected df.protected diff.protected du.protected expr.protected find.protected grep.protected hostname.protected ipcs.protected less.protected ls.protected nasm.protected objdump.protected ps.protected sdiff.protected wc.protected whoami.protected xeyes.protected xcalc.protected xpdf.protected firefox-bin.protected lighttpd.protected mplayer.protected gnash.protected xpdfsrc.protected
protected_exes=awk.protected bzip2.protected cal.protected cat.protected clear.protected date.protected df.protected diff.protected du.protected expr.protected find.protected grep.protected hostname.protected ipcs.protected less.protected ls.protected nasm.protected objdump.protected ps.protected sdiff.protected wc.protected whoami.protected xeyes.protected xcalc.protected xpdf.protected firefox-bin.protected lighttpd.protected mplayer.protected gnash.protected xpdfsrc.protected gcc-4.4.protected
ilr=on
stratafy_with_pc_confine=on
......
File added
#!/bin/sh
#!/bin/sh -x
#
# note: no trailing slashes, as the comparison will fail.
......
......@@ -197,20 +197,12 @@ stop_if_error()
meds_static)
return 1;
;;
# registering the program is necessary
pdb_register)
# DB operations are necessary
pdb_register|clone|fix_calls|fill_in_indtargs|spasm,fast_spri,generate_spri)
return 2;
;;
# cloning is necessary
clone)
return 3;
;;
# cloning is necessary
spasm)
return 4;
;;
gather_libraries)
return 4;
return 3;
;;
# other steps are optional
*)
......@@ -561,11 +553,6 @@ if [ -z "$cloneid" -o ! "$cloneid" -gt 0 ]; then
fail_gracefully "Failed to create variant. Is postgres running properly?"
fi
#fuck
#echo perform_step fix_calls $SECURITY_TRANSFORMS_HOME/libIRDB/test/fix_calls.exe $cloneid
#exit 0
#end
# do the basic tranforms we're performing for peasoup
perform_step fix_calls $SECURITY_TRANSFORMS_HOME/libIRDB/test/fix_calls.exe $cloneid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment