summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-email/root/usr/share/rpcd/acl.d/luci-app-email.json
blob: 1a3147e45cea9b37571a0e9efca33d2397c57e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"luci-app-email": {
		"read": {
			"uci": [
				"emailrelay"
			]
		},
		"write": {
			"uci": [
				"emailrelay"
			]
		}
	}
}