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