2019-11-18 12:46:48 +00:00
|
|
|
{
|
|
|
|
"luci-app-nextdns": {
|
|
|
|
"description": "Grant logread access to LuCI app nextdns",
|
|
|
|
"read": {
|
|
|
|
"file": {
|
|
|
|
"/sbin/logread": [ "exec" ]
|
2020-04-16 08:17:47 +00:00
|
|
|
},
|
|
|
|
"uci": [ "nextdns" ]
|
|
|
|
},
|
|
|
|
"write": {
|
|
|
|
"uci": [ "nextdns" ]
|
2019-11-18 12:46:48 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|