mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-08 07:37:13 +08:00
12 lines
186 B
JSON
12 lines
186 B
JSON
|
|
{
|
||
|
|
"luci-app-supervisord": {
|
||
|
|
"description": "Grant UCI access for luci-app-supervisord",
|
||
|
|
"read": {
|
||
|
|
"uci": [ "supervisord" ]
|
||
|
|
},
|
||
|
|
"write": {
|
||
|
|
"uci": [ "supervisord" ]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|