mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-03 16:19:32 +08:00
15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"luci-app-microsocks": {
|
|
"description": "Grant UCI access for luci-app-microsocks",
|
|
"read": {
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "microsocks" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "microsocks" ]
|
|
}
|
|
}
|
|
}
|