set SUID bit on busybox
authorDennis Groenen <tj.groenen@gmail.com>
Thu, 12 Jan 2012 20:21:40 +0000 (21:21 +0100)
committerDennis Groenen <tj.groenen@gmail.com>
Thu, 12 Jan 2012 20:21:40 +0000 (21:21 +0100)
debian/busybox-power.postinst

index 1836263..9c4a8c0 100644 (file)
@@ -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