From 8f34e105c059575a9c75e43468345e3651210b81 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 17 Apr 2020 12:14:50 +0200 Subject: treewide: add ACL annotations to menu entries Signed-off-by: Jo-Philipp Wich --- .../root/usr/share/luci/menu.d/luci-app-coovachilli.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applications/luci-app-coovachilli/root/usr') diff --git a/applications/luci-app-coovachilli/root/usr/share/luci/menu.d/luci-app-coovachilli.json b/applications/luci-app-coovachilli/root/usr/share/luci/menu.d/luci-app-coovachilli.json index d7da7cad13..5178a59894 100644 --- a/applications/luci-app-coovachilli/root/usr/share/luci/menu.d/luci-app-coovachilli.json +++ b/applications/luci-app-coovachilli/root/usr/share/luci/menu.d/luci-app-coovachilli.json @@ -6,6 +6,9 @@ "type": "cbi", "path": "coovachilli", "post": { "cbi.submit": true } + }, + "depends": { + "acl": [ "luci-app-coovachilli" ] } }, -- cgit v1.2.3