Celica Sylphil

Results 27 comments of Celica Sylphil

> 提供一下 kernel 的源码 https://chromium.googlesource.com/chromiumos/third_party/kernel.git/+/refs/heads/chromeos-5.10-arcvm

> 哪些包名是没有授权的? 只授权了截图里的

> `/cat /proc/kallsyms > /sdcard/sym.txt` 然后把这个文件传上来 [sym.txt](https://github.com/tiann/KernelSU/files/11798997/sym.txt)

> 我不知道你截图的应用对应的包名是什么 ``` me.zhanghai.android.files #有效 yarolegovich.materialterminal #无效 com.sanmer.mrepo #无效 com.yxer.packageinstalles #有效 com.android.shell #无效 ```

> 等这个 CI 编译完后再试一下:[cd3e292](https://github.com/tiann/KernelSU/commit/cd3e29248979fb41b6edc34395033726716c5cf5) 更新后问题依旧 Manager(11023) + Kernel(11022) [KernelSU_bugreport_2023-06-20_19_33.tar.gz](https://github.com/tiann/KernelSU/files/11799930/KernelSU_bugreport_2023-06-20_19_33.tar.gz)

> 日志中只看到一个 App 申请 su,你在更新 kernel 后,是否有对这些 App 进行操作? 有,我更新后删掉allowlist重新授权了

``` [ 30.621027] KernelSU: set root profile, key: me.zhanghai.android.files, uid: 10082, gid: 0, context: u:r:su:s0 [ 30.621474] KernelSU: save allow list, name: $ uid :9999, allow: 0 [ 30.621488] KernelSU:...

> 授权以后有没有操作那些 App? 试过在adb shell执行su,依旧提示su不存在 唯一一个能正常使用root权限的shell应用是Termux [KernelSU_bugreport_2023-06-21_11_49.tar.gz.gz](https://github.com/tiann/KernelSU/files/11812041/KernelSU_bugreport_2023-06-21_11_49.tar.gz.gz) [sym.txt](https://github.com/tiann/KernelSU/files/11812042/sym.txt)

> > 我不知道你截图的应用对应的包名是什么 > > ``` > me.zhanghai.android.files #有效 > yarolegovich.materialterminal #无效 > com.sanmer.mrepo #无效 > com.yxer.packageinstalles #有效 > com.android.shell #无效 > ``` 追加 ``` com.termux #有效 ```

> 我加了一些日志,请在这个 CI 编译完后再试一下:https://github.com/tiann/KernelSU/actions/runs/5330045982/jobs/9656333047?pr=670 好的👌