guardian A perl written Intrusion Prevention System. WEB HOME: http://git.ipfire.org/?p=people/stevee/guardian.git;a=summary BUGTRACKER: Please report any found bugs to the IPFire development mailing list until a bugtracker will be available. LICENSE: The authors licensed their work as free software under the terms of the GNU GENERAL PUBLIC LICENSE v3.0+ Any content besides source code (images, etc.) is licensed under the terms of the Creative Commons Attribution ShareAlike 3.0 Unported license. INSTALLATION: REQUIREMENTS: guardian is written in pure Perl and requires the following third-party modules to work: * Linux-Inotify2 (http://search.cpan.org/~mlehmann/Linux-Inotify2-1.22/) * Net-IP (http://search.cpan.org/~manu/Net-IP-1.26/) The minimum version of Perl that has been tested is Perl 5.12. Building the program requires: * GNU make * sed INSTRUCTIONS: To build and install run: make make install