You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
16 lines
297 B
Plaintext
16 lines
297 B
Plaintext
{
|
|
"id":"adb",
|
|
"name":"Adb",
|
|
"description":"Minimal rules required by most apps using ADB privilege.",
|
|
"uid":2000,
|
|
"gid":2000,
|
|
"groups":[
|
|
"ADB"
|
|
],
|
|
"capabilities":[
|
|
"CAP_DAC_READ_SEARCH"
|
|
],
|
|
"context":"u:r:su:s0",
|
|
"namespace":"INHERITED"
|
|
}
|