]> Kevux Git Server - fll/commit
Security: set default policy to DROP after deleting chains
authorKevin Day <thekevinday@gmail.com>
Sat, 27 Jul 2019 21:31:09 +0000 (16:31 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 27 Jul 2019 21:35:24 +0000 (16:35 -0500)
commitdb81a00f218c8e7508b7ab2248a77036d0f67fad
treee8b15a7bbcfdaff889d4dde01d9e766a8afbd88a
parent744e49a48e91f4dbdae42132c0d416c3ad2a0948
Security: set default policy to DROP after deleting chains

Performing numerous syscalls can by slow.
During this time, if the default behavior is open, then unwanted packets may make it through.
By dropping by default, these packets will not go through.
level_3/firewall/c/firewall.c
level_3/firewall/c/private-firewall.c
level_3/firewall/c/private-firewall.h