18 lines
263 B
JSON
18 lines
263 B
JSON
{
|
|
"luci-app-daed": {
|
|
"description": "Grant access to daed configuration",
|
|
"read": {
|
|
"file": {
|
|
"/var/log/daed/daed.log": [ "read" ]
|
|
},
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "daed" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "daed" ]
|
|
}
|
|
}
|
|
}
|