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