diff options
Diffstat (limited to 'applications/luci-statistics/files/usr/bin/stat-genconfig')
-rwxr-xr-x | applications/luci-statistics/files/usr/bin/stat-genconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-statistics/files/usr/bin/stat-genconfig b/applications/luci-statistics/files/usr/bin/stat-genconfig index 9de8e1788..2b2e19dca 100755 --- a/applications/luci-statistics/files/usr/bin/stat-genconfig +++ b/applications/luci-statistics/files/usr/bin/stat-genconfig @@ -271,6 +271,12 @@ plugins = { { "LocalPorts", "RemotePorts" } }, + unixsock = { + { "SocketFile", "SocketUser", "SocketPerms" }, + { }, + { } + }, + } |