diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2013-08-25 22:21:47 +0200 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2013-08-25 22:21:47 +0200 |
commit | f2fbe53c7de9a37cc0c94d2a6e394acc543baf8b (patch) | |
tree | 75ef51eeedf0556b2c694468d8a59090529e19f3 | |
parent | ca6e73bcbfd49bbd89515e2706bc2efac89e59be (diff) | |
download | hs-fw-f2fbe53c7de9a37cc0c94d2a6e394acc543baf8b.tar.gz hs-fw-f2fbe53c7de9a37cc0c94d2a6e394acc543baf8b.tar.bz2 hs-fw-f2fbe53c7de9a37cc0c94d2a6e394acc543baf8b.tar.xz hs-fw-f2fbe53c7de9a37cc0c94d2a6e394acc543baf8b.zip |
Fix errors in logging rules
-rw-r--r-- | rules.d/00-log.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.d/00-log.rules b/rules.d/00-log.rules index 5cc3ef6..057e2ca 100644 --- a/rules.d/00-log.rules +++ b/rules.d/00-log.rules @@ -1,5 +1,5 @@ table <loghosts> persist -pass all from <loghosts> to any log -pass all from any to <loghosts> log +pass log all from <loghosts> to any +pass log all from any to <loghosts> |