Most viewed recipes tagged "tripwire"http://code.activestate.com/recipes/tags/tripwire/views/2009-02-25T20:30:15-08:00ActiveState Code RecipesTripwire policy file creator (Python)
2009-02-25T20:30:15-08:00Bill Sharerhttp://code.activestate.com/recipes/users/4168512/http://code.activestate.com/recipes/576670-tripwire-policy-file-creator/
<p style="color: grey">
Python
recipe 576670
by <a href="/recipes/users/4168512/">Bill Sharer</a>
(<a href="/recipes/tags/os_walk/">os_walk</a>, <a href="/recipes/tags/re/">re</a>, <a href="/recipes/tags/text/">text</a>, <a href="/recipes/tags/tripwire/">tripwire</a>).
</p>
<p>gen_twpol.py is a script that can be used to generate a tripwire policy source (twpol.txt) for your system.</p>
<p>This script may be distributed under the terms of the Gnu Public License GPLv2 or later.</p>
<p>For more information on the open source version of tripwire see <a href="http://sourceforge.net/projects/tripwire/" rel="nofollow">http://sourceforge.net/projects/tripwire/</a></p>
<p>The tripwire source package usually ships with a an example twpol.txt file based on a RedHat Enterprise (RHEL)
distribution, typically an RHEL4 or RHEL5 version. It doesn't do much good to have this get parked by your Gentoo
ebuild (nor other distro packager) as all sorts of stuff in /boot, /lib/modules and other places will be
out of sync, differently named or just plain missing. In addition, your system may have extra stuff that isn't
present in the file but critical to the distro.</p>