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