luci-app-yggdrasil: add uci permissions to ACL rules

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-04-30 10:15:10 +02:00
parent 81e80ed332
commit be649b4efe

View file

@ -1,10 +1,14 @@
{
"luci-app-yggdrasil": {
"description": "Grant access to LuCI app yggdrasil",
"read": {
"uci": [ "yggdrasil" ]
},
"write": {
"file": {
"/usr/sbin/yggdrasilctl": [ "exec" ]
}
},
"uci": [ "yggdrasil" ]
}
}
}