busybox problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

busybox problem

2,341 次查看
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.

标签 (1)
0 项奖励
回复
2 回复数

1,705 次查看
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 ~$

1,705 次查看
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