Ref: https://github.com/openwrt/luci/pull/3921 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
14 lines
224 B
JSON
14 lines
224 B
JSON
{
|
|
"luci-app-nextdns": {
|
|
"description": "Grant logread access to LuCI app nextdns",
|
|
"read": {
|
|
"file": {
|
|
"/sbin/logread": [ "exec" ]
|
|
},
|
|
"uci": [ "nextdns" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "nextdns" ]
|
|
}
|
|
}
|
|
}
|