From eb02e42bc7f04ccb70f24ad2e9f669c01dd066b1 Mon Sep 17 00:00:00 2001 From: Masum Reza <50095635+JohnRTitor@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:38:55 +0530 Subject: [PATCH] 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. --- website/docs/public/templates/shizuku.root | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 website/docs/public/templates/shizuku.root diff --git a/website/docs/public/templates/shizuku.root b/website/docs/public/templates/shizuku.root new file mode 100644 index 00000000..b1191666 --- /dev/null +++ b/website/docs/public/templates/shizuku.root @@ -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":"শিজুকু চালানোর জন্য শুধু যে অনুমতি গুলি লাগে।" + } + } +}