summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-natmap/root/usr/share/rpcd/acl.d/luci-app-natmap.json
blob: ccaee887957e669bb67fb88faf246edff616ef13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"luci-app-natmap": {
		"description": "Grant access to LuCI app natmap",
		"read": {
			"file": {
				"/var/run/natmap/*": [ "read" ]
			},
			"ubus": {
				"service": [ "list" ]
			},
			"uci": ["natmap"]
		},
		"write": {
			"uci": ["natmap"]
		}
	}
}