set SUID bit on busybox
[busybox-power] / debian / busybox-power.postinst
index 0c89665..9c4a8c0 100644 (file)
@@ -9,3 +9,7 @@ if ! grep -F -q "$line" /etc/profile; then
   echo "$line" >> /etc/profile
 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 
+