Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-mjpg-streamer.json « acl.d « rpcd « share « usr « root « luci-app-mjpg-streamer « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab68a6e1c2c84d4c508e5881b5c8a9f13c3f7c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-mjpg-streamer": {
		"description": "Grant UCI access for luci-app-mjpg-streamer",
		"read": {
			"uci": [ "mjpg-streamer" ]
		},
		"write": {
			"uci": [ "mjpg-streamer" ]
		}
	}
}