Files
SukiSU-Ultra/website/docs/public/templates/shizuku.root
Rem01Gaming 946391d697 templates/shizuku.root: Fix shizuku service unable to run properly (#2319)
## Shizuku needs DAC_OVERRIDE and CHOWN capabilities to work properly
previous settings only grant `DAC_READ_SEARCH` causing Shizuku unable to
chown service executable and making it unable to work properly.
`DAC_OVERRIDE` capability added to allow Shizuku to execute it's service
after chown.

---

### Before Fix

![IMG_20241226_210507_769](https://github.com/user-attachments/assets/cea7329c-e393-4d8b-88cf-83be086971e5)

---
### After Fix

![IMG_20241226_211118_445](https://github.com/user-attachments/assets/e12a7aa8-2ee6-4bea-baca-47b99a4f8a44)

Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
2024-12-26 23:11:05 +08:00

44 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id":"shizuku.root",
"name":"Shizuku Service",
"author":"Rem01Gaming & JohnRTitor",
"description":"Only essential permissions to start Shizuku service.",
"uid":0,
"gid":0,
"groups":[
"SHELL"
],
"capabilities":[
"CAP_DAC_OVERRIDE",
"CAP_CHOWN"
],
"context":"u:r:su:s0",
"namespace":"INHERITED",
"locales": {
"zh_TW": {
"name": "Shizuku",
"description": "只有啟動 Shizuku 服務所需的權限"
},
"bn": {
"name": "শিজুকু সার্ভিস",
"description": "শিজুকু চালানোর জন্য শুধু যে অনুমতি গুলি লাগে।"
},
"tr": {
"name": "Shizuku",
"description": "Shizuku servisini başlatmak için yalnızca gerekli izinler."
},
"pt_BR": {
"name": "Shizuku",
"description": "Apenas permissões essenciais para iniciar o serviço Shizuku."
},
"ja": {
"name": "Shizuku",
"description": "Shizuku サービスを開始するために必要な権限のみ。"
},
"it_IT": {
"name": "Shizuku",
"description": "Permessi essenziali per avviare il servizio Shizuku."
}
}
}