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.
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 ~$
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