diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-09-26 09:20:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 09:20:00 +0200 |
commit | 08fbceecd9b7c98e79cb32b886a37c67c4bc63d7 (patch) | |
tree | f7493d5784594d86693840e0f9b324d308421e29 /applications/luci-app-olsr-viz/root/usr/share/rpcd/acl.d | |
parent | 8a511da2602b8e7a6033978e6204f0a990ae34bd (diff) | |
parent | 00cfca13b5cd01ee86194e3f859b81e1db475b8a (diff) |
Merge pull request #6480 from Ayushmanwebdeveloper/luci-app-olsr-viz-mig
luci-app-olsr-viz: migrate to JavaScript-based implementation
Diffstat (limited to 'applications/luci-app-olsr-viz/root/usr/share/rpcd/acl.d')
-rw-r--r-- | applications/luci-app-olsr-viz/root/usr/share/rpcd/acl.d/luci-app-olsr-viz-unauthenticated.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/applications/luci-app-olsr-viz/root/usr/share/rpcd/acl.d/luci-app-olsr-viz-unauthenticated.json b/applications/luci-app-olsr-viz/root/usr/share/rpcd/acl.d/luci-app-olsr-viz-unauthenticated.json new file mode 100644 index 0000000000..7238fd9053 --- /dev/null +++ b/applications/luci-app-olsr-viz/root/usr/share/rpcd/acl.d/luci-app-olsr-viz-unauthenticated.json @@ -0,0 +1,12 @@ +{ + "unauthenticated": { + "description": "Grant read access for luci-app-olsr-viz", + "read": { + "ubus": { + "olsrvizinfo": [ + "getolsrvizdata" + ] + } + } + } +} |