]> 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:31:09 +0000 (16:31 -0500)
commitdc7a0525c27dad6ba899f359608b1bf3379edd14
treec1b003daadb7f82fa376d7bea4d293294dfdbfeb
parent881c495234bd49d7e64204a5d200da13a4d38110
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