From: Dennis Groenen Date: Thu, 12 Jan 2012 20:21:40 +0000 (+0100) Subject: set SUID bit on busybox X-Git-Tag: 1.19.3power4~2 X-Git-Url: http://git.maemo.org/git/?p=busybox-power;a=commitdiff_plain;h=fdf7d6f43e2919fa20269482a668b66a9a1b211d;hp=30184ed1c759c7f873a60a902d6a6a66c695d8f5 set SUID bit on busybox --- diff --git a/debian/busybox-power.postinst b/debian/busybox-power.postinst index 1836263..9c4a8c0 100644 --- a/debian/busybox-power.postinst +++ b/debian/busybox-power.postinst @@ -11,7 +11,5 @@ fi # Set SUID bit on /bin/busybox. Privileges are automatically dropped for # applets that do not require the SUID bit to be set -#chmod u+s /bin/busybox -# XXX - Disabled, see http://talk.maemo.org/showpost.php?p=1128548&postcount=166 -chmod u-s /bin/busybox +chmod u+s /bin/busybox