From fdf7d6f43e2919fa20269482a668b66a9a1b211d Mon Sep 17 00:00:00 2001 From: Dennis Groenen Date: Thu, 12 Jan 2012 21:21:40 +0100 Subject: [PATCH] set SUID bit on busybox --- debian/busybox-power.postinst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 1.7.9.5