Page 1 of 1

White list off

Posted: Sat Apr 19, 2008 8:42 am
by BerArt
What is the difference between de host.allow and the ASL whitelist? And why is the ASL white list default “off” in de .conf?

Posted: Sat Apr 19, 2008 1:22 pm
by scott
ASL maintains a master whitelist is a global whitelist manager, for multiple components, including denyhosts, ossec, and mod_security. Otherwise whenever you wanted to whitelist something, you would need to do it in 3 different files.


This whitelist is further broken out into 2 levels:

1) Shun whitelists, that prevent the IP from being blocked completely, with either a firewall rule, or an addition to hosts.deny.

2) Application level whitelists (mod_security only). This turns off mod_security for the IP's on the whitelist. Most people should never have to use this.

Posted: Sat Apr 19, 2008 1:34 pm
by BerArt
So why is it off by default?

Posted: Sat Apr 19, 2008 5:42 pm
by scott
Because its dangerous

Posted: Sun Apr 20, 2008 3:37 am
by BerArt
Thats clear, Thx again! :)