diff options
author | William Fleurant <meshnet@protonmail.com> | 2023-12-04 11:57:11 +0100 |
---|---|---|
committer | William Fleurant <meshnet@protonmail.com> | 2023-12-04 11:57:11 +0100 |
commit | 1cd57231d739fea440d25eecbb98771dfc37a188 (patch) | |
tree | 1d5a6cc573a479ee3060179bfe61b3282503b7dc /applications/luci-app-yggdrasil/root/usr/share/rpcd | |
parent | a6753d44e7bcff305f789e182031fb5f089a8836 (diff) |
luci-app-yggdrasil: remove package in favor of luci-proto-yggdrasil
Signed-off-by: William Fleurant <meshnet@protonmail.com>
Diffstat (limited to 'applications/luci-app-yggdrasil/root/usr/share/rpcd')
-rw-r--r-- | applications/luci-app-yggdrasil/root/usr/share/rpcd/acl.d/luci-app-yggdrasil.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/luci-app-yggdrasil/root/usr/share/rpcd/acl.d/luci-app-yggdrasil.json b/applications/luci-app-yggdrasil/root/usr/share/rpcd/acl.d/luci-app-yggdrasil.json deleted file mode 100644 index ab44102950..0000000000 --- a/applications/luci-app-yggdrasil/root/usr/share/rpcd/acl.d/luci-app-yggdrasil.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "luci-app-yggdrasil": { - "description": "Grant access to LuCI app yggdrasil", - "read": { - "uci": [ "yggdrasil" ] - }, - "write": { - "file": { - "/usr/sbin/yggdrasilctl": [ "exec" ] - }, - "uci": [ "yggdrasil" ] - } - } -} |