Skip to content

Commit

Permalink
profile: Add adb,system profile template
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Oct 21, 2023
1 parent 10b31bd commit df8c91b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/public/templates/adb
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
16 changes: 16 additions & 0 deletions website/docs/public/templates/system
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit df8c91b

Please sign in to comment.