APatch
APatch copied to clipboard
com.android.shell is automatically granted root access on reboot
Please check before submitting an issue/在提交 issue 前请检查
- [x] I have searched the issues and haven't found anything relevant/我已经搜索了 issues 列表,没有发现于本问题相关内容
- [x] If patch failed, root failed, or device unable to boot after flashing the new boot.img. Please goto KernelPatch/修复失败或刷入修补后镜像不能启动,请前往 KernelPatch 提问
- [x] I will upload bugreport file in APatch Manager - Settings - Report log/我会上传 bureport 文件从 APatch 管理器 - 设置 - 发送日志
- [x] I know how to reproduce the issue which may not be specific to my device/我知道如何重新复现这个问题
Version requirement/版本要求
- [x] I am using latest CI version of APatch/我正在使用最新 CI 版本
Describe the bug/描述 bug
Even if turned off in the APatch manager, com.android.shell is re-granted root access on reboot. This may pose a security risk.
Reproduce method/复现方法
- Open APatch manager and turn off root access for
com.android.shell. - Reboot device.
- Open APatch manager again.
❎ Root access for
com.android.shellis turned on automatically again.
Expected behavior/预期行为
Root access for com.android.shell should remain off.
Actual behaviour /实际行为
Root access for com.android.shell is turned on automatically again.
Screenshots/截图
No response
Logs/日志
No response
Device Name/设备名称
OnePlus 9R (LE2100)
OS Version/系统版本
ColorOS 14 (LE2100_14.0.0.604)
APatch Version/APatch 版本
11059
Kernel Version/内核版本
4.19.157-perf+
KernelPatch Version/KernelPatch 版本
0.11.3
Additional context/其他信息
Yeah, is like this by default.
I have write same issue before: https://github.com/bmax121/APatch/issues/753
its because of magisk. magisk enabling root for shell by default
its because of magisk. magisk enabling root for shell by default
I don't know the internal working of APatch very well, but does APatch have anything to do with Magisk? Also, I did not have this issue when using vanilla Magisk, but is now having the issue with APatch even without installing the system patch.