summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json b/applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json
index 8567eb3f3a..b2bb22325a 100644
--- a/applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json
+++ b/applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json
@@ -2,6 +2,10 @@
"luci-app-frpc": {
"description": "Grant access to LuCI app frpc",
"read": {
+ "file": {
+ "/etc/passwd": ["read"],
+ "/etc/group": ["read"]
+ },
"uci": ["frpc"]
},
"write": {