op-packages/luci-app-squid-adv/files/rpc-acl.d.json
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

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" ],
},
}
}
}