gpt4 book ai didi

android - setuid 在 Galaxy s4 上因 PermissionDenied 失败

转载 作者:太空狗 更新时间:2023-10-29 12:45:58 26 4
gpt4 key购买 nike

我正在尝试在 c 上为 android 创建一个 setuid 程序。我在 android 2.3-4.2 上对其进行了测试,它在除 Samsung Galaxy s4 (i9500) 之外的所有设备上运行良好。

我使用 CF-Auto-Root 在设备上安装 su,它工作正常。但我的应用运行不佳。

我已将 mysu 安装到系统目录并设置所有权限:

shell@android:/ $ ls -Z /system/bin/mysu
-rwsr-sr-x root root u:object_r:system_file:s0 mysu

这就是关于 Chainfire 的 su:

shell@android:/ $ ls -Z /system/xbin/su
-rwsr-sr-x root root u:object_r:system_file:s0 su

Selinux 处于宽容模式:

shell@android:/ $ getsebool -a
android_cts --> on
app_bluetooth --> off
app_external_sdcard_rw --> on
app_internal_sdcard_rw --> on
app_ndk --> off
app_network --> on
app_read_logs --> off
app_vpn --> off
debugfs --> on
in_qemu --> off
manage_mac --> on
manage_selinux --> on
support_runas --> on
system_app_manage --> off

shell@android:/ $ getenforce
Permissive

在 mysu 中,我在调用 shell 之前使用 setuid 和 setgid,但它们在 Galaxy S4 上失败了:

shell@android:/ $ mysu
euid, egid: 0, 0
uid, gid: 2000, 2000
setgid(0): Permission denied
setuid (0): Permission denied
execv("/system/bin/sh", exec_args): Permission denied

我做错了什么? Chainfire 的 su 除了 setuid 和 setgid 是什么?

最佳答案

解决方案: 在调用 setuid(0) 之前执行 fork()。

关于android - setuid 在 Galaxy s4 上因 PermissionDenied 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18226351/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com