Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json')
-rw-r--r--applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json b/applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json
new file mode 100644
index 0000000000..6b328a07a4
--- /dev/null
+++ b/applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json
@@ -0,0 +1,11 @@
+{
+ "luci-app-privoxy": {
+ "description": "Grant UCI access for luci-app-privoxy",
+ "read": {
+ "uci": [ "privoxy" ]
+ },
+ "write": {
+ "uci": [ "privoxy" ]
+ }
+ }
+}