diff options
-rw-r--r-- | applications/luci-app-omcproxy/root/usr/share/rpcd/acl.d/luci-app-omcproxy.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/luci-app-omcproxy/root/usr/share/rpcd/acl.d/luci-app-omcproxy.json b/applications/luci-app-omcproxy/root/usr/share/rpcd/acl.d/luci-app-omcproxy.json new file mode 100644 index 000000000..63bf11423 --- /dev/null +++ b/applications/luci-app-omcproxy/root/usr/share/rpcd/acl.d/luci-app-omcproxy.json @@ -0,0 +1,11 @@ +{ + "luci-app-omcproxy": { + "description": "Grant UCI access for luci-app-omcproxy", + "read": { + "uci": [ "omcproxy" ] + }, + "write": { + "uci": [ "omcproxy" ] + } + } +} |