<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Can You Lock/Watch your sysyem?</title>
	<link>http://ask.metafilter.com/46288/Can-You-LockWatch-your-sysyem/</link>
	<description>Comments on Ask MetaFilter post Can You Lock/Watch your sysyem?</description>
	<pubDate>Sun, 10 Sep 2006 13:41:20 -0800</pubDate>
	<lastBuildDate>Sun, 10 Sep 2006 13:41:20 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Can You Lock/Watch your sysyem?</title>
		<link>http://ask.metafilter.com/46288/Can-You-LockWatch-your-sysyem</link>	
		<description>Is there anyway to boot your mac off a disk image? Or something that can be closely watched in terms of changes?  &lt;br /&gt;&lt;br /&gt; I want to be able to have my system inside a single (not necessarily compressed) file that I would be able to us diff on or something. I want to be able to track every change in my system folder very closely to see what has been installed on it. Perhaps there is a extension or utility that might do this without loading of a .dmg?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.46288</guid>
		<pubDate>Sun, 10 Sep 2006 13:27:34 -0800</pubDate>
		<dc:creator>Napierzaza</dc:creator>
		
			<category>mac</category>
		
			<category>os</category>
		
			<category>x</category>
		
			<category>system</category>
		
			<category>folder</category>
		
			<category>dmg</category>
		
			<category>file</category>
		
	</item> <item>
		<title>By: kindall</title>
		<link>http://ask.metafilter.com/46288/Can-You-LockWatch-your-sysyem#706460</link>	
		<description>The only way I&apos;m aware of to boot from a disk image is to put the disk image on a Mac OS X server and boot over the network.&lt;br&gt;
&lt;br&gt;
As for getting diffs of directory changes, why not just periodically do &lt;tt&gt;ls -alR /System &amp;gt;foo.txt&lt;/tt&gt; and diff that? You could put it on a cron job.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46288-706460</guid>
		<pubDate>Sun, 10 Sep 2006 13:41:20 -0800</pubDate>
		<dc:creator>kindall</dc:creator>
	</item><item>
		<title>By: crypticgeek</title>
		<link>http://ask.metafilter.com/46288/Can-You-LockWatch-your-sysyem#706463</link>	
		<description>You could use a host based intrusion detection program to monitor files for any changes. Tripwire is what I&apos;d use. Unsurprisingly, there is an OS X patch for it &lt;a href=&quot;http://www.macguru.net/~frodo/Tripwire-osx.html&quot;&gt;over here.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46288-706463</guid>
		<pubDate>Sun, 10 Sep 2006 13:43:31 -0800</pubDate>
		<dc:creator>crypticgeek</dc:creator>
	</item><item>
		<title>By: cillit bang</title>
		<link>http://ask.metafilter.com/46288/Can-You-LockWatch-your-sysyem#706475</link>	
		<description>You could get the effect by creating a small partition on your hard disk to boot off. Make a disk image of the partition before and after and diff them.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46288-706475</guid>
		<pubDate>Sun, 10 Sep 2006 13:58:55 -0800</pubDate>
		<dc:creator>cillit bang</dc:creator>
	</item><item>
		<title>By: Malor</title>
		<link>http://ask.metafilter.com/46288/Can-You-LockWatch-your-sysyem#706564</link>	
		<description>You might want to ask this on a more technical Mac forum.  Spotlight has the ability to monitor all files on the disk for changes; that&apos;s how it&apos;s able to update itself live without visible performance loss.  I think there is a method to hook into this facility with user programs, but I don&apos;t know what it is offhand.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46288-706564</guid>
		<pubDate>Sun, 10 Sep 2006 15:40:23 -0800</pubDate>
		<dc:creator>Malor</dc:creator>
	</item><item>
		<title>By: mrg</title>
		<link>http://ask.metafilter.com/46288/Can-You-LockWatch-your-sysyem#706572</link>	
		<description>&lt;a href=&quot;http://www.kernelthread.com/software/fslogger/&quot;&gt;FSLogger&lt;/a&gt;? This uses the Spotlight hooks that Malor suggested. otherwise, the ls trick above would be good too.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46288-706572</guid>
		<pubDate>Sun, 10 Sep 2006 15:59:40 -0800</pubDate>
		<dc:creator>mrg</dc:creator>
	</item><item>
		<title>By: jaimev</title>
		<link>http://ask.metafilter.com/46288/Can-You-LockWatch-your-sysyem#706624</link>	
		<description>How about the mtree command? Check out this Macdevcenter &lt;a href=&quot;http://www.oreillynet.com/pub/a/mac/2005/10/07/mac-security.html?page=1&quot;&gt;article&lt;/a&gt; on it&apos;s use for detecting presence of rootkit files under OS X.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46288-706624</guid>
		<pubDate>Sun, 10 Sep 2006 17:26:26 -0800</pubDate>
		<dc:creator>jaimev</dc:creator>
	</item><item>
		<title>By: machaus</title>
		<link>http://ask.metafilter.com/46288/Can-You-LockWatch-your-sysyem#706785</link>	
		<description>There&apos;s a shareware utility called &lt;a href=&quot;http://www.skytag.com/filebuddy/en/9/index.html&quot;&gt;Filebuddy&lt;/a&gt; that lets you take snapshots before and after a software install in order to see what was changed.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46288-706785</guid>
		<pubDate>Sun, 10 Sep 2006 21:12:28 -0800</pubDate>
		<dc:creator>machaus</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/46288/Can-You-LockWatch-your-sysyem#706893</link>	
		<description>Seconding tripwire.  Been around forever, works well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46288-706893</guid>
		<pubDate>Mon, 11 Sep 2006 05:32:09 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item>
	</channel>
</rss>
