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