summaryrefslogtreecommitdiffstats
path: root/bin/drakguard
diff options
context:
space:
mode:
Diffstat (limited to 'bin/drakguard')
-rwxr-xr-xbin/drakguard2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/drakguard b/bin/drakguard
index b4f9a2a..f1d3776 100755
--- a/bin/drakguard
+++ b/bin/drakguard
@@ -434,7 +434,7 @@ sub save() {
join('', map {
my $chain = $_;
map {
- sprintf("iptables -I $chain -j DROP -m time --timestart %02d:%02d --timestop %02d:%02d\n",
+ sprintf("iptables -I $chain -j DROP -m time --timestart %02d:%02d --timestop %02d:%02d --kerneltz\n",
int($_->[0]/60), $_->[0]%60,
int($_->[1]/60), $_->[1]%60,
);