manager: support locales for online template
This commit is contained in:
@@ -12,5 +12,11 @@
|
|||||||
"CAP_DAC_READ_SEARCH"
|
"CAP_DAC_READ_SEARCH"
|
||||||
],
|
],
|
||||||
"context":"u:r:su:s0",
|
"context":"u:r:su:s0",
|
||||||
"namespace":"INHERITED"
|
"namespace":"INHERITED",
|
||||||
|
"locales": {
|
||||||
|
"zh_CN": {
|
||||||
|
"name": "Adb 模版",
|
||||||
|
"description": "大多数使用 ADB 权限应用所需要的最小权限"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,5 +12,11 @@
|
|||||||
"CAP_DAC_READ_SEARCH"
|
"CAP_DAC_READ_SEARCH"
|
||||||
],
|
],
|
||||||
"context":"u:r:su:s0",
|
"context":"u:r:su:s0",
|
||||||
"namespace":"INHERITED"
|
"namespace":"INHERITED",
|
||||||
|
"locales": {
|
||||||
|
"zh_CN": {
|
||||||
|
"name": "无能的 Root",
|
||||||
|
"description": "权能极低的无能 root 用户"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"id":"system",
|
"id":"system",
|
||||||
"author":"kernelsu.org",
|
"author":"kernelsu.org",
|
||||||
"name":"system ",
|
"name":"system ",
|
||||||
"description":"Run as Android System",
|
"description":"The permission level at which the Android system runs without capabilities",
|
||||||
"uid":1000,
|
"uid":1000,
|
||||||
"gid":1000,
|
"gid":1000,
|
||||||
"groups":[
|
"groups":[
|
||||||
@@ -12,5 +12,11 @@
|
|||||||
"CAP_DAC_READ_SEARCH"
|
"CAP_DAC_READ_SEARCH"
|
||||||
],
|
],
|
||||||
"context":"u:r:su:s0",
|
"context":"u:r:su:s0",
|
||||||
"namespace":"INHERITED"
|
"namespace":"INHERITED",
|
||||||
|
"locales": {
|
||||||
|
"zh_CN": {
|
||||||
|
"name": "Android 系统",
|
||||||
|
"description": "Android 系统运行的权限级别,但没有多数权能"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user