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