summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/root
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-04-08 09:19:09 +0200
committerGitHub <noreply@github.com>2020-04-08 09:19:09 +0200
commit5fe88f8cafc565a68bcba4cea51879a52ea69a65 (patch)
tree0a7474f33d5366c703251af9856c9bb28a38efd3 /modules/luci-base/root
parente331e32b2cd28f98ada2a7c4134ea0b77b9558f0 (diff)
parent085f3f7809daae9a239214d6324557eb6295dc1e (diff)
Merge pull request #3769 from dibdot/logread-fix
luci-base: accept alternative logread location
Diffstat (limited to 'modules/luci-base/root')
-rw-r--r--modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json b/modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json
index 1f5b26f8d..8b8481b1c 100644
--- a/modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json
+++ b/modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json
@@ -49,6 +49,7 @@
"/sbin/ip -6 neigh show": [ "exec" ],
"/sbin/ip -6 route show table all": [ "exec" ],
"/sbin/logread -e ^": [ "exec" ],
+ "/usr/sbin/logread -e ^": [ "exec" ],
"/usr/bin/ping *": [ "exec" ],
"/usr/bin/ping6 *": [ "exec" ],
"/usr/bin/traceroute *": [ "exec" ],