summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json
blob: 9be82df1c5c2802bb8abc0f721e13021b34e9100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"luci-app-upnp": {
		"description": "Grant access to upnp procedures",
		"read": {
			"ubus": {
				"luci.upnp": [ "get_status" ],
				"luci": [ "setInitAction" ]
			},
			"uci": [ "upnpd" ]
		},
		"write": {
			"ubus": {
				"luci.upnp": [ "delete_rule" ]
			},
			"uci": [ "upnpd" ]
		}
	}
}