luci-app-xinetd: add new package
[project/luci.git] / applications / luci-app-xinetd / root / usr / share / rpcd / acl.d / luci-app-xinetd.json
1 {
2 "luci-app-xinetd": {
3 "description": "Grant access to luci-app-xinetd",
4 "read": {
5 "file": {
6 "/etc/passwd": [ "read" ]
7 },
8 "uci": [ "xinetd" ]
9 },
10 "write": {
11 "uci": [ "xinetd" ]
12 }
13 }
14 }