luci/applications/luci-app-yggdrasil/root/usr/share/rpcd/acl.d/luci-app-yggdrasil.json
George Iv 277d4e3268 luci-app-yggdrasil: Add application for Yggdrasil
Signed-off-by: George Iv <57254463+zhoreeq@users.noreply.github.com>
2019-12-01 00:32:50 -05:00

10 lines
289 B
JSON

{
"luci-app-yggdrasil": {
"description": "Grant access to LuCI app yggdrasil",
"write": {
"file": {
"/usr/sbin/yggdrasilctl": [ "exec" ]
}
}
}
}