luci/applications/luci-app-dawn/root/usr/share/rpcd/acl.d/luci-app-dawn.json
Jo-Philipp Wich 43e872871a treewide: stage ACL rules for legacy applications
Fixes: #3866
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-10 23:21:35 +02:00

11 lines
158 B
JSON

{
"luci-app-dawn": {
"description": "Grant UCI access for luci-app-dawn",
"read": {
"uci": [ "dawn" ]
},
"write": {
"uci": [ "dawn" ]
}
}
}