profile: Add adb,system profile template
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id":"adb",
|
"id":"adb",
|
||||||
"name":"Adb",
|
"name":"Adb",
|
||||||
|
"author":"kernelsu.org",
|
||||||
"description":"Minimal rules required by most apps using ADB privilege.",
|
"description":"Minimal rules required by most apps using ADB privilege.",
|
||||||
"uid":2000,
|
"uid":2000,
|
||||||
"gid":2000,
|
"gid":2000,
|
||||||
|
|||||||
16
website/docs/public/templates/system
Normal file
16
website/docs/public/templates/system
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"id":"system",
|
||||||
|
"author":"kernelsu.org",
|
||||||
|
"name":"system ",
|
||||||
|
"description":"Run as Android System",
|
||||||
|
"uid":1000,
|
||||||
|
"gid":1000,
|
||||||
|
"groups":[
|
||||||
|
"SYSTEM"
|
||||||
|
],
|
||||||
|
"capabilities":[
|
||||||
|
"CAP_DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
|
"context":"u:r:su:s0",
|
||||||
|
"namespace":"INHERITED"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user