summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-aria2/root/usr/share/rpcd/acl.d/luci-app-aria2.json
blob: 891f97c28fd69549b47d34e22d57f7c8ff663cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-aria2": {
		"description": "Grant UCI access for luci-app-aria2",
		"read": {
			"uci": [ "aria2" ]
		},
		"write": {
			"uci": [ "aria2" ]
		}
	}
}