summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-xinetd/root/usr/share/rpcd/acl.d/luci-app-xinetd.json
blob: f338ae9838458d8a25bec9c3a7cd3b125ca98130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"luci-app-xinetd": {
		"description": "Grant access to luci-app-xinetd",
		"read": {
			"file": {
				"/etc/passwd": [ "read" ]
			},
			"uci": [ "xinetd" ]
		},
		"write": {
			"uci": [ "xinetd" ]
		}
	}
}