summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-tinyproxy/root/usr/share/rpcd/acl.d/luci-app-tinyproxy.json
blob: c0c4a4449bf9842cb937fbb8bb68bae6efa74d87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"luci-app-tinyproxy": {
		"description": "Grant UCI access for luci-app-tinyproxy",
		"read": {
			"uci": [ "tinyproxy" ],
			"file": {
				"/usr/bin/wget -q http://127.0.0.1:[0-9]*/ -O -": [ "exec" ],
				"/etc/init.d/tinyproxy reload": ["exec"],
				"/etc/init.d/tinyproxy restart": ["exec"]
			}
		},
		"write": {
			"uci": [ "tinyproxy" ]
		}
	}
}