mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-03 16:19:32 +08:00
32 lines
545 B
JSON
Executable File
32 lines
545 B
JSON
Executable File
{
|
|
"luci-app-squid-adv": {
|
|
"description": "Grant permissions for the Squid LuCI app",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.squid-adv": [
|
|
"cert_info",
|
|
"reconfigure",
|
|
"generate",
|
|
"ip_info",
|
|
"parse_config",
|
|
]
|
|
},
|
|
"uci": [
|
|
"squid",
|
|
],
|
|
"file": {
|
|
"/usr/libexec/rpcd/luci.squid-adv config read": [ "exec" ],
|
|
},
|
|
},
|
|
"write": {
|
|
"uci": [
|
|
"squid",
|
|
],
|
|
"file": {
|
|
"/tmp/luci-app-squid-adv.data": [ "write" ],
|
|
"/usr/libexec/rpcd/luci.squid-adv config move": [ "exec" ],
|
|
},
|
|
}
|
|
}
|
|
}
|