mirror of https://git.openwrt.org/project/luci.git
luci-app-adblock: grant uci access in read ACL rule
Fixes: #3866 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
4feab2e400
commit
d9084c5fb6
|
@ -24,7 +24,8 @@
|
|||
"/etc/init.d/adblock report * [0-9]* [a-z]* json" : [ "exec" ],
|
||||
"/etc/init.d/adblock timer * [0-9]* [0-9*]* [1-7,-*]*" : [ "exec" ],
|
||||
"/etc/init.d/adblock query *" : [ "exec" ]
|
||||
}
|
||||
},
|
||||
"uci": ["adblock"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue