diff options
author | Bogdan Shatik <bogdikxxx@mail.ru> | 2021-01-26 16:12:14 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-02-01 18:01:59 +0200 |
commit | a4b88152b214d8bb4fe80ad8a8ef6fe5ee0b96b8 (patch) | |
tree | ee75317764078d287f8feddcd9cce1534d523332 /applications/luci-app-eoip/root/usr/share/rpcd/acl.d/luci-app-eoip.json | |
parent | af1f961589e9c339a774d42682b9978eabaebcfd (diff) |
luci-app-eoip: Add LuCI for EoIP
LuCI Support for EoIP tunnel
Signed-off-by: Bogdan Shatik <bogdikxxx@mail.ru>
Diffstat (limited to 'applications/luci-app-eoip/root/usr/share/rpcd/acl.d/luci-app-eoip.json')
-rw-r--r-- | applications/luci-app-eoip/root/usr/share/rpcd/acl.d/luci-app-eoip.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/luci-app-eoip/root/usr/share/rpcd/acl.d/luci-app-eoip.json b/applications/luci-app-eoip/root/usr/share/rpcd/acl.d/luci-app-eoip.json new file mode 100644 index 0000000000..e8ddb55517 --- /dev/null +++ b/applications/luci-app-eoip/root/usr/share/rpcd/acl.d/luci-app-eoip.json @@ -0,0 +1,11 @@ +{ + "luci-app-eoip": { + "description": "Grant UCI access for luci-app-eoip", + "read": { + "uci": [ "eoip" ] + }, + "write": { + "uci": [ "eoip" ] + } + } +} |