remove the SUID bit for now, fixes TMPDIR issue
authorDennis Groenen <tj.groenen@gmail.com>
Thu, 24 Nov 2011 19:27:17 +0000 (20:27 +0100)
committerDennis Groenen <tj.groenen@gmail.com>
Thu, 24 Nov 2011 19:27:17 +0000 (20:27 +0100)
debian/busybox-power.postinst

index 6f603a3..1836263 100644 (file)
@@ -11,5 +11,7 @@ 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
+#chmod u+s /bin/busybox 
+# XXX - Disabled, see http://talk.maemo.org/showpost.php?p=1128548&postcount=166
+chmod u-s /bin/busybox