lateautumn233 / Linuxdeploy-Pro

Install and run GNU/Linux on Android
GNU General Public License v3.0
199 stars 44 forks source link

能否支持自定义启动容器时使用的su命令 #54

Open 1q23lyc45 opened 3 months ago

1q23lyc45 commented 3 months ago

特殊机型,vivo Y52s 内核限制禁止执行 su 命令,需要 /sbin/suu 才能提权 刷的magisk delta suu版本,已经root,但是linux deploy获取不了

能否适配一下? 谢谢 Linux Deploy 日志

[21:20:17] Requires superuser privileges (root).
[21:20:20] Requires superuser privileges (root).
[21:26:06] Requires superuser privileges (root).
[21:26:08] Requires superuser privileges (root).
[21:27:00] Requires superuser privileges (root).

Magisk 日志

08-06 11:50:31.251   502   502 I : Magisk R6687BB53suu-kitsune(27001) daemon started
08-06 11:50:31.251   502   502 I : * Device API level: 29
08-06 11:50:31.251   502   502 I : * CPU ABI 64-bit: arm64-v8a
08-06 11:50:31.251   502   502 I : * CPU ABI 32-bit: armeabi-v7a,armeabi
08-06 11:50:31.262   502   504 I : ** post-fs-data mode running
08-06 11:50:31.266   502   504 I : * Magic Mount Setup
08-06 11:50:31.296   502   504 I : * Initializing Magisk environment
08-06 11:50:31.309   502   504 I : * Running post-fs-data.d scripts
08-06 11:50:31.310   502   504 I : * Running module post-fs-data scripts
08-06 11:50:31.311   537   537 I : Automatic_brick_rescue: exec [post-fs-data.sh]
08-06 11:50:31.326   502   504 I : * Loading modules
08-06 19:50:32.736   502   504 I : ** late_start service mode running
08-06 19:50:32.738   502   504 I : * Running service.d scripts
08-06 19:50:32.738   502   504 I : * Running module service scripts
08-06 19:50:32.738   502   504 I : port_unprivileger: exec [service.sh]
08-06 19:50:32.763   502   504 I : Automatic_brick_rescue: exec [service.sh]
08-06 19:50:42.892   502   504 I : ** boot-complete triggered
08-06 19:50:42.892   502   504 I : * Mount MagiskSU

完全没有识别到Linux Deploy的Root权限申请