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