profile: Add adb,system profile template

This commit is contained in:
weishu
2023-10-21 15:33:10 +08:00
parent 10b31bd09a
commit df8c91b306
2 changed files with 17 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{
"id":"adb",
"name":"Adb",
"author":"kernelsu.org",
"description":"Minimal rules required by most apps using ADB privilege.",
"uid":2000,
"gid":2000,

View 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"
}