luci-app-yggdrasil: add uci permissions to ACL rules
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
81e80ed332
commit
be649b4efe
1 changed files with 5 additions and 1 deletions
|
@ -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" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue