From 7b7668c225aa614f906340cabb7b1347d0f2b941 Mon Sep 17 00:00:00 2001 From: Dennis Groenen Date: Thu, 24 Nov 2011 20:27:17 +0100 Subject: [PATCH 1/1] remove the SUID bit for now, fixes TMPDIR issue --- debian/busybox-power.postinst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/busybox-power.postinst b/debian/busybox-power.postinst index 6f603a3..1836263 100644 --- a/debian/busybox-power.postinst +++ b/debian/busybox-power.postinst @@ -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 -- 1.7.9.5