summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ttyd/root/usr/share/rpcd/acl.d/luci-app-ttyd.json
blob: 7712e7c0093c8d09df453619bfda581470956e1f (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-ttyd": {
		"description": "Grant UCI access for luci-app-ttyd",
		"read": {
			"uci": [ "ttyd" ]
		},
		"write": {
			"uci": [ "ttyd" ]
		}
	}
}