Skip to content

Commit

Permalink
assets: remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Oct 21, 2023
1 parent 4ff9dca commit 84f16e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
3 changes: 0 additions & 3 deletions website/docs/public/templates/adb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"groups":[
"ADB"
],
"capabilities":[],
"context":"u:r:su:s0",
"namespace":"INHERITED",
"locales": {
"zh_CN": {
"name": "Adb 模版",
Expand Down
7 changes: 2 additions & 5 deletions website/docs/public/templates/incompetent.root
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@
"id":"incompetent.root",
"name":"incompetent root",
"author":"kernelsu.org",
"description":"A incompetent root user with minimal capability",
"description":"A incompetent root user without any capability",
"uid":0,
"gid":0,
"groups":[
"ROOT"
],
"capabilities":[],
"context":"u:r:su:s0",
"namespace":"INHERITED",
"locales": {
"zh_CN": {
"name": "无能的 Root",
"description": "权能极低的无能 root 用户"
"description": "无任何权能的 root 用户"
}
}
}
7 changes: 2 additions & 5 deletions website/docs/public/templates/system
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@
"id":"system",
"author":"kernelsu.org",
"name":"system ",
"description":"The permission level at which the Android system runs without capabilities",
"description":"The permission level at which the Android system runs without any capability",
"uid":1000,
"gid":1000,
"groups":[
"SYSTEM"
],
"capabilities":[],
"context":"u:r:su:s0",
"namespace":"INHERITED",
"locales": {
"zh_CN": {
"name": "Android 系统",
"description": "Android 系统运行的权限级别,但没有多数权能"
"description": "Android 系统运行的权限级别,但没有任何权能"
}
}
}

0 comments on commit 84f16e4

Please sign in to comment.