profile: Add adb profile template
This commit is contained in:
15
website/docs/public/templates/adb
Normal file
15
website/docs/public/templates/adb
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user