openwrt su : must be suid to work properly

嵌入式文件系统一般用户执行 su root 切换根用户会提示错误
su: must be suid to work properly
是由于 busybox 的权限引起的,需要将 busybox 的权限改为 4755 。


而在 openwrt 中,直接修改 staging_dir/target-mipsel_24kec+dsp_glibc-2.21/root-ramips/bin/ 下的 busybox 是不可以,因为在 重新 make 之后会覆盖掉,解决办法是,先选好 busybox 中需要的命令,然后把 busybox 移到 工作目录下的 files/bin/ 下,然后改权限为 4755 即可。

你可能感兴趣的:(openwrt su : must be suid to work properly)