tree: remove erroneous luci-app-dawn ACL file

Remove ACL file accidentally added by ecd49247eb.
There is no luci-app-dawn in 19.07, so no ACL is needed.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman 2021-09-24 19:26:55 +03:00
parent 309cd7d507
commit 15249724cf

View file

@ -1,11 +0,0 @@
{
"luci-app-dawn": {
"description": "Grant UCI access for luci-app-dawn",
"read": {
"uci": [ "dawn" ]
},
"write": {
"uci": [ "dawn" ]
}
}
}