- The use of CAP_SYS_ADMIN can be avoided in Kernel Manager, but cannot be avoided in Root Explorer because it's needed for mounting RW/RO. - Capabilities adjustment - Fix template typo --------- Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
29 lines
662 B
Plaintext
29 lines
662 B
Plaintext
{
|
|
"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",
|
|
"READPROC"
|
|
],
|
|
"capabilities":[
|
|
"CAP_SYS_MODULE",
|
|
"CAP_SYS_NICE",
|
|
"CAP_SYS_RESOURCE",
|
|
"CAP_KILL",
|
|
"CAP_SYSLOG",
|
|
"CAP_PERFMON"
|
|
],
|
|
"context":"u:r:su:s0",
|
|
"namespace":"INHERITED",
|
|
"locales": {
|
|
"in": {
|
|
"name": "Kernel Manager",
|
|
"description":"Umumnya digunakan pada Kernel manager seperti FKM dan SmartPack."
|
|
}
|
|
}
|
|
}
|