diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-04-17 12:14:50 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-04-17 12:40:31 +0200 |
commit | 8f34e105c059575a9c75e43468345e3651210b81 (patch) | |
tree | 1cfb6f0f5b0df7e34bc5942760e8dfb1e3d53196 /applications/luci-app-coovachilli/root | |
parent | 01d8283ecea730191ce41302acb7ecd1aaf0631f (diff) |
treewide: add ACL annotations to menu entries
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-coovachilli/root')
-rw-r--r-- | applications/luci-app-coovachilli/root/usr/share/luci/menu.d/luci-app-coovachilli.json | 3 |
1 files changed, 3 insertions, 0 deletions
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 d7da7cad1..5178a5989 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" ] } }, |