[BusyBox] How I'm using /etc/busybox.conf

Martin Volf mv at inv.cz
Sun Mar 23 03:54:03 UTC 2003


On Sun, 23 Mar 2003 11:03:36 +0200 (IST)
Michael Sternberg <mishka at SDF.LONESTAR.ORG> wrote:

> 
> Here is my /etc/busybox.conf:
> [SUID]
> su = ssx root.root
> sulogin = sxx root.root
> 
> > ls -l /etc/busybox.conf
> -rw-------    1 root root 51 Jan 3 23:12 /etc/busybox.conf
> > ls -l /bin/busybox
> ---x--x--x    1 root root 400404 Jan 1 02:00 /bin/busybox
> 
> Inside .config:
> CONFIG_FEATURE_SUID=y
> CONFIG_FEATURE_SUID_CONFIG=y
> CONFIG_FEATURE_SUID_CONFIG_QUIET=y
> 
> 
> login: voip
> password: ...
> 
> > id
> uid=18(voip) gid=18(voip)
> > su
> su: This applet requires root priviledges!
> 
> Normal su should present me prompt
> asking me to enter root password.
> 
> Now, how I'm using this feature ??

Hello,

Try chmod +s /bin/busybox

-- 
Martin Volf




More information about the busybox mailing list