Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在打包 system.img 文件之前,android 构建树的哪个脚本将“suid”标志赋予 su 二进制文件?我已经为“chmod +s”或“chmod 4”字符串“grepped”了,但现在没有运气。
找到了解决方案。我正在搜索的文件是:
系统/核心/包含/私有/android_filesystem_config.h
Suid 二进制文件在“android_files”结构中定义。对于 su 二进制文件,有以下条目:
{ 06755, AID_ROOT, AID_ROOT, "system/xbin/su" },