openwrt_helloworld/luci-app-daed/root/usr/share/rpcd/acl.d/luci-app-daed.json
gitea-action 0e13956d0b luci-app-daed: sync upstream
Signed-off-by: gitea-action <git@cooluc.com>
2024-10-13 22:14:05 +08: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" ]
}
}
}