[gmail] Re: su - without password in 1.3.0

Jean Wolter jw5 at os.inf.tu-dresden.de
Tue Jan 16 06:50:19 PST 2007


Marc Leeman <marc.leeman at gmail.com> writes:

>> one stupid question, did you chmod +s busybox before running
>> busybox?
>
> # ls -al /bin/busybox
> -rwsr-xr-x    1 1000     1004       318344 Jan 16  2007 /bin/busybox

This looks like setuid, but it sets the uid to 1000 instead of 0
(root) when startet. Looks like you need an additional 

    chown root.root /bin/busybox

regards,
Jean


More information about the busybox mailing list