summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ser2net/root
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-01-26 21:26:37 +0100
committerGitHub <noreply@github.com>2020-01-26 21:26:37 +0100
commitb34d08ca9ab3a4b9b09eeef7e1c234802e860a47 (patch)
tree4038e135a857b1f0e7113815ce09146041993a02 /applications/luci-app-ser2net/root
parent5942a89482dcb4ecc64d24a4c0374136d849592a (diff)
parent04183da9997bceb2f1cf922a15bd665d96e54a2a (diff)
Merge pull request #3545 from michyprima/add-app-ser2net-js
luci-app-ser2net: add app supporting ser2net
Diffstat (limited to 'applications/luci-app-ser2net/root')
-rw-r--r--applications/luci-app-ser2net/root/usr/share/rpcd/acl.d/luci-app-ser2net.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/applications/luci-app-ser2net/root/usr/share/rpcd/acl.d/luci-app-ser2net.json b/applications/luci-app-ser2net/root/usr/share/rpcd/acl.d/luci-app-ser2net.json
new file mode 100644
index 0000000000..8dbfec64d9
--- /dev/null
+++ b/applications/luci-app-ser2net/root/usr/share/rpcd/acl.d/luci-app-ser2net.json
@@ -0,0 +1,8 @@
+{
+ "luci-app-ser2net": {
+ "description": "Grant access to LuCI app ser2net",
+ "write": {
+ "uci": [ "ser2net" ]
+ }
+ }
+}