Files
openwrt_helloworld/luci-app-daed/root/usr/share/rpcd/acl.d/luci-app-daed.json
Xiaokailnol 3a983ab130
All checks were successful
openwrt_helloworld / Update openwrt_helloworld (openwrt-25.12) (push) Successful in 27s
🎄 Sync 2026-01-31 03:15:58
2026-01-31 03:15:58 +00:00

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" ]
}
}
}