From 15a8d71674b437142fdc18408d22ec83d1dc245a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 11 Jun 2012 23:57:16 -0500 Subject: Multiplexer needs stayroot flag for suid handling. --- scripts/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/make.sh b/scripts/make.sh index ddb98a09..b61d5b9b 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -21,7 +21,7 @@ function newtoys() 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 -- cgit v1.2.3