op-packages/luci-app-jederproxy/root/usr/share/rpcd/acl.d/luci-app-jederproxy.json
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

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