luci/applications/luci-app-dawn/root/usr/share/rpcd/acl.d/luci-app-dawn.json
Jo-Philipp Wich ecd49247eb treewide: stage ACL rules for legacy applications
Fixes: #3866
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 43e872871a)
2020-05-19 12:38:17 +02:00

11 lines
158 B
JSON

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