changeset 595:d8566c3321f0 0.3.0

Multiplexer needs stayroot flag for suid handling.
author Rob Landley <rob@landley.net>
date Mon, 11 Jun 2012 23:57:16 -0500
parents 051dffe00b99
children 85ede8063734
files scripts/make.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/make.sh	Sun Jun 10 19:44:33 2012 -0500
+++ b/scripts/make.sh	Mon Jun 11 23:57:16 2012 -0500
@@ -21,7 +21,7 @@
     sed -n -e '1,/^config [A-Z]/s/^USE_/&/p' $i || exit 1
   done
 }
-echo "NEWTOY(toybox, NULL, 0)" > generated/newtoys.h
+echo "NEWTOY(toybox, NULL, TOYFLAG_STAYROOT)" > generated/newtoys.h
 newtoys | sed 's/\(.*TOY(\)\([^,]*\),\(.*\)/\2 \1\2,\3/' | sort -k 1,1 \
 	| sed 's/[^ ]* //'  >> generated/newtoys.h