X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2Fbusybox-power.postinst;h=6f603a38d2948c1064106e7ee29c90ed580dab24;hb=767be848f1b4e13be3181cf4ad5e5f676a2e41f5;hp=92ed40ae8c60abeb327db80c71d6ba5a673ccbc3;hpb=abd11c9b92acb9f9be9265433d00913cc32d40fc;p=busybox-power diff --git a/debian/busybox-power.postinst b/debian/busybox-power.postinst index 92ed40a..6f603a3 100644 --- a/debian/busybox-power.postinst +++ b/debian/busybox-power.postinst @@ -9,6 +9,7 @@ if ! grep -F -q "$line" /etc/profile; then echo "$line" >> /etc/profile fi -# Set SUID bit for /bin/busybox_root. This binary provides su, ping, etc.. -chmod u+s /bin/busybox_root +# 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