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