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:
22
website/docs/public/templates/shizuku.root
Normal file
22
website/docs/public/templates/shizuku.root
Normal 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":"শিজুকু চালানোর জন্য শুধু যে অনুমতি গুলি লাগে।"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user