mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-30 22:11:26 +08:00
19 lines
311 B
JSON
19 lines
311 B
JSON
{
|
|
"luci-app-3proxy": {
|
|
"description": "Grant UCI access for luci-app-3proxy",
|
|
"read": {
|
|
"file": {
|
|
"/etc/3proxy.cfg": [ "read" ],
|
|
"/etc/init.d/3proxy": [ "exec" ]
|
|
},
|
|
"uci": [ "3proxy" ]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/3proxy.cfg": [ "write" ]
|
|
},
|
|
"uci": [ "3proxy" ]
|
|
}
|
|
}
|
|
}
|