Added shizuku.root template (#1330)

Shizuku only needs DAC_OVERRIDE to execute the script to start the
Shizuku service.
Also added bengali translation for the name and description.
This commit is contained in:
Masum Reza
2024-02-02 10:38:55 +05:30
committed by GitHub
parent 5db51b0715
commit eb02e42bc7

View File

@@ -0,0 +1,22 @@
{
"id":"shizuku.root",
"name":"Shizuku Service",
"author":"JohnRTitor",
"description":"Only essential permissions to start Shizuku service.",
"uid":0,
"gid":0,
"groups":[
"SHELL"
],
"capabilities":[
"CAP_DAC_READ_SEARCH"
],
"context":"u:r:su:s0",
"namespace":"INHERITED",
"locales": {
"bn": {
"name": "শিজুকু সার্ভিস",
"description":"শিজুকু চালানোর জন্য শুধু যে অনুমতি গুলি লাগে।"
}
}
}