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