summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-aria2/root/usr/share/rpcd/acl.d/luci-app-aria2.json
blob: af5d31e9bd24436e8ecb4715fdc1671316ad29af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"luci-app-aria2": {
		"description": "Grant UCI access for luci-app-aria2",
		"read": {
			"ubus": {
				"service": [ "list" ]
			},
			"file": {
				"/etc/passwd": [ "read" ],
				"/sbin/logread": [ "exec" ],
				"/usr/bin/aria2c": [ "exec" ],
				"/usr/libexec/aria2-call": [ "exec" ]
			},
			"uci": [ "aria2" ]
		},
		"write": {
			"uci": [ "aria2" ]
		}
	}
}