[BusyBox] What am I missing, please ?

Robert Griebl griebl at gmx.de
Fri Jul 25 17:38:05 UTC 2003


On Freitag, 25. Juli 2003 18:32, Frank R Callaghan wrote:
> Hi All,
>
> $ su
> su: BusyBox binary has insufficient rights to set proper GID for applet!
>
> I have setup busybox.conf :-
>
> $ cat /etc/busybox.conf
> [SUID]
> su = ssx root.0 # applet su can be run by anyone and runs with
> euid=0/egid=0
>

You have to make the busybox binary suid/sgid root:

# chown root.root /bin/busybox
# chmod 6775 /bin/busybox


-- 
cu
Robert




More information about the busybox mailing list