- 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>
25 lines
528 B
Plaintext
25 lines
528 B
Plaintext
{
|
|
"id":"rootexploler.root",
|
|
"name":"Root Explorer",
|
|
"author":"Rem01Gaming",
|
|
"description":"File manager with Root capabilities.",
|
|
"uid":0,
|
|
"gid":0,
|
|
"groups":[
|
|
"ROOT"
|
|
],
|
|
"capabilities":[
|
|
"CAP_DAC_READ_SEARCH",
|
|
"CAP_DAC_OVERRIDE",
|
|
"CAP_SYS_ADMIN"
|
|
],
|
|
"context":"u:r:su:s0",
|
|
"namespace":"INHERITED",
|
|
"locales": {
|
|
"in": {
|
|
"name": "Root Explorer",
|
|
"description":"File manager dengan kemampuan Root."
|
|
}
|
|
}
|
|
}
|