Search this site


Metadata

Articles

Projects

Presentations

Tripwire on Ubuntu

While looking over the default tripwire policy that comes with Ubuntu, I noticed someone decided that it was important to monitor all of /proc. So, if you use the default policy in Ubuntu, expect to get emails every time 'tripwire --check' runs becuase /proc doesn't stay constant.

The config that comes with tripwire's source code specifically skips monitoring /proc for obvious reasons, so it was someone downstream (debian? ubuntu?) who decided /proc should be monitored. Monitoring non-process directories in /proc on Linux is probably reasonable, but all of /proc is just silly. Here's the output of "tripwire --check" with the default ubuntu config:

Added:
"/proc/21472/task/24343"
"/proc/21472/task/24343/root"
"/proc/21472/task/24343/status"
< hundreds of lines of pointless /proc/PID/ entries lines edited out >
Terrible default setting. You're guaranteed to have this report every time even on a 100% idle system, because tripwire's process entry will show up different every time it runs.

0 responses to 'Tripwire on Ubuntu'

Showing last 0 comments... (Click here to view all comments)


Leave a reply

You need javascript enabled to use this form. Anti-spam efforts ongoing. Also, if the comment doesn't show up, it's because the form expired. Go back and copy your comment, reload the form, and resubmit. Apologies if this is a hassle, I'm just playing with antispam methods right now. If this insists on not working, please email me about it.

Name (required)
E-mail (optional, if you want me to be able to email you back)
URL (also optional)
Comment: