projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc97e17
)
bring back my post hook. this time with the right syntax.
author
Martin Zobel-Helas
<zobel@debian.org>
Mon, 20 May 2013 15:31:34 +0000
(17:31 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Mon, 20 May 2013 15:32:11 +0000
(17:32 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/ferm/files/ferm.conf
patch
|
blob
|
history
diff --git
a/modules/ferm/files/ferm.conf
b/modules/ferm/files/ferm.conf
index
5b38e34
..
4159c0a
100644
(file)
--- a/
modules/ferm/files/ferm.conf
+++ b/
modules/ferm/files/ferm.conf
@@
-63,4
+63,6
@@
domain (ip ip6) {
jump log_or_drop;
}
}
+
+@hook post "umask 0177; iptables-save | sed -e 's/\[.*//' -e 's/^#.*//' | sha256sum > /var/run/iptables-ferm.checksum";
# vim:set et: