assets: remove unused fields
This commit is contained in:
@@ -8,9 +8,6 @@
|
|||||||
"groups":[
|
"groups":[
|
||||||
"ADB"
|
"ADB"
|
||||||
],
|
],
|
||||||
"capabilities":[],
|
|
||||||
"context":"u:r:su:s0",
|
|
||||||
"namespace":"INHERITED",
|
|
||||||
"locales": {
|
"locales": {
|
||||||
"zh_CN": {
|
"zh_CN": {
|
||||||
"name": "Adb 模版",
|
"name": "Adb 模版",
|
||||||
|
|||||||
@@ -2,19 +2,16 @@
|
|||||||
"id":"incompetent.root",
|
"id":"incompetent.root",
|
||||||
"name":"incompetent root",
|
"name":"incompetent root",
|
||||||
"author":"kernelsu.org",
|
"author":"kernelsu.org",
|
||||||
"description":"A incompetent root user with minimal capability",
|
"description":"A incompetent root user without any capability",
|
||||||
"uid":0,
|
"uid":0,
|
||||||
"gid":0,
|
"gid":0,
|
||||||
"groups":[
|
"groups":[
|
||||||
"ROOT"
|
"ROOT"
|
||||||
],
|
],
|
||||||
"capabilities":[],
|
|
||||||
"context":"u:r:su:s0",
|
|
||||||
"namespace":"INHERITED",
|
|
||||||
"locales": {
|
"locales": {
|
||||||
"zh_CN": {
|
"zh_CN": {
|
||||||
"name": "无能的 Root",
|
"name": "无能的 Root",
|
||||||
"description": "权能极低的无能 root 用户"
|
"description": "无任何权能的 root 用户"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,19 +2,16 @@
|
|||||||
"id":"system",
|
"id":"system",
|
||||||
"author":"kernelsu.org",
|
"author":"kernelsu.org",
|
||||||
"name":"system ",
|
"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,
|
"uid":1000,
|
||||||
"gid":1000,
|
"gid":1000,
|
||||||
"groups":[
|
"groups":[
|
||||||
"SYSTEM"
|
"SYSTEM"
|
||||||
],
|
],
|
||||||
"capabilities":[],
|
|
||||||
"context":"u:r:su:s0",
|
|
||||||
"namespace":"INHERITED",
|
|
||||||
"locales": {
|
"locales": {
|
||||||
"zh_CN": {
|
"zh_CN": {
|
||||||
"name": "Android 系统",
|
"name": "Android 系统",
|
||||||
"description": "Android 系统运行的权限级别,但没有多数权能"
|
"description": "Android 系统运行的权限级别,但没有任何权能"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user