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