diff options
Diffstat (limited to 'applications/luci-app-clamav/root/usr')
-rw-r--r-- | applications/luci-app-clamav/root/usr/share/luci/menu.d/luci-app-clamav.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-app-clamav/root/usr/share/luci/menu.d/luci-app-clamav.json b/applications/luci-app-clamav/root/usr/share/luci/menu.d/luci-app-clamav.json index 351701a7f8..e0426b6155 100644 --- a/applications/luci-app-clamav/root/usr/share/luci/menu.d/luci-app-clamav.json +++ b/applications/luci-app-clamav/root/usr/share/luci/menu.d/luci-app-clamav.json @@ -5,6 +5,9 @@ "type": "cbi", "path": "clamav", "post": { "cbi.submit": true } + }, + "depends": { + "acl": [ "luci-app-clamav" ] } } } |