Skip to content

Commit

Permalink
templates: Create template for Kernel manager and Root exploler (#1133)
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <[email protected]>
  • Loading branch information
Rem01Gaming authored Nov 13, 2023
1 parent 00438a6 commit 4a9f1de
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
26 changes: 26 additions & 0 deletions website/docs/public/templates/kernelmanager.root
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"id":"kernelmanager.root",
"name":"Kernel Manager",
"author":"Rem01Gaming",
"description":"Commonly used in Kernel managers such as FKM and SmartPack.",
"uid":0,
"gid":0,
"groups":[
"ROOT"
],
"capabilities":[
"CAP_SYS_ADMIN",
"CAP_SYS_NICE",
"CAP_SYS_RESOURCE",
"CAP_KILL",
"CAP_PERFMON"
],
"context":"u:r:su:s0",
"namespace":"INHERITED",
"locales": {
"in": {
"name": "Kernel Manager",
"description":"Umumnya digunakan pada Kernel manager seperti FKM dan SmartPack."
}
}
}
23 changes: 23 additions & 0 deletions website/docs/public/templates/rootexplore.root
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"id":"rootexploler.root",
"name":"Root Explorer",
"author":"Rem01Gaming",
"description":"File manager with Root capabilities.",
"uid":0,
"gid":0,
"groups":[
"ROOT"
],
"capabilities":[
"CAP_SYS_ADMIN",
"CAP_DAC_OVERRIDE"
],
"context":"u:r:su:s0",
"namespace":"INHERITED",
"locales": {
"in": {
"name": "Root Explorer",
"description":"File manager dengan kemampuan Root."
}
}
}

0 comments on commit 4a9f1de

Please sign in to comment.