luci/applications/luci-app-nextdns/root/usr/share/rpcd/acl.d/luci-app-nextdns.json

15 lines
224 B
JSON
Raw Normal View History

{
"luci-app-nextdns": {
"description": "Grant logread access to LuCI app nextdns",
"read": {
"file": {
"/sbin/logread": [ "exec" ]
},
"uci": [ "nextdns" ]
},
"write": {
"uci": [ "nextdns" ]
}
}
}