summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nextdns/root/usr/share/rpcd/acl.d/luci-app-nextdns.json
blob: f6425519a05b6f021218dec186178bfa67c834e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"luci-app-nextdns": {
		"description": "Grant logread access to LuCI app nextdns",
		"read": {
			"file": {
				"/sbin/logread": [ "exec" ]
			},
			"uci": [ "nextdns" ]
		},
		"write": {
			"uci": [ "nextdns" ]
		}
	}
}