busybox problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

busybox problem

1,495 Views
davidshoham
Contributor II

Hi,

I am receiving the following error when using busybox:

ls: using fallback suid method

I have tried setting the sticky bit but this doesn't solve the problem.

Thanks,

David.

Labels (1)
0 Kudos
2 Replies

859 Views
LeonardoSandova
Specialist I

what is the BSP version you are using? On a MX6  I got the following:

$ l /etc/busybox.conf   

-rw-r--r--    1 root     root            49 May 14  2013 /etc/busybox.conf

root@freescale ~$ cat /etc/busybox.conf

[SUID]

su = ssx root.root

passwd = ssx root.root

root@freescale ~$

859 Views
MickeyI
Contributor III

Make sure the permissions of /etc/busybox.conf are rw------- (chmod 0600), and the ownership is root:root.

You can find more information at: SUID Handling in busybox 0.61