diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-21 04:34:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-21 04:34:13 +0000 |
commit | 97ff6fa3e9722f7db065932c4bb94b103e8c6012 (patch) | |
tree | 6795f43f830eed5273be01fbea0ca4c4931ae056 /applications/luci-statistics/files/usr | |
parent | f90684f321fa1e3a15746c9b72042f5eba15776d (diff) |
* ffluci/statistics: add cbi model for unixsock plugin
Diffstat (limited to 'applications/luci-statistics/files/usr')
-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 9de8e1788f..2b2e19dcad 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" }, + { }, + { } + }, + } |