mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-03 07:59:09 +08:00
25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"luci-app-jederproxy": {
|
|
"description": "Grant access to jederproxy configurations",
|
|
"read": {
|
|
"ubus": {
|
|
"luci": [
|
|
"getInitList",
|
|
"setInitAction"
|
|
]
|
|
},
|
|
"uci": [
|
|
"jederproxy"
|
|
],
|
|
"file": {
|
|
"/etc/init.d/jederproxy": [ "exec" ],
|
|
"/var/run/jederproxy.pid": [ "read" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"uci": [
|
|
"jederproxy"
|
|
]
|
|
}
|
|
}
|
|
} |