summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json
blob: 89834af09f62499e8c42c538891e05b099740379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"luci-app-acl": {
		"description": "Grant access to ACL configuration",
		"read": {
			"cgi-io": [ "list", "read" ],
			"file": {
				"/etc/passwd": [ "read" ],
				"/usr/sbin/uhttpd": [ "list" ],
				"/usr/sbin/uhttpd -m *": [ "exec" ],
				"/usr/share/rpcd/acl.d": [ "list" ],
				"/usr/share/rpcd/acl.d/*.json": [ "read" ]
			},
			"uci": [ "rpcd" ]
		},
		"write": {
			"uci": [ "rpcd" ]
		}
	}
}