assets: remove unused fields
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
"groups":[
|
||||
"ADB"
|
||||
],
|
||||
"capabilities":[],
|
||||
"context":"u:r:su:s0",
|
||||
"namespace":"INHERITED",
|
||||
"locales": {
|
||||
"zh_CN": {
|
||||
"name": "Adb 模版",
|
||||
|
||||
@@ -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 用户"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 系统运行的权限级别,但没有任何权能"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user