<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Twenty Ways &#187; Google</title>
	<atom:link href="http://www.twentyways.com/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twentyways.com</link>
	<description>(21 would just be ridiculous)</description>
	<lastBuildDate>Tue, 29 Jun 2010 08:09:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Permanently disable Google Software Update on OS X</title>
		<link>http://www.twentyways.com/2009/02/07/permanently-disable-google-software-update-on-os-x/</link>
		<comments>http://www.twentyways.com/2009/02/07/permanently-disable-google-software-update-on-os-x/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 05:04:57 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.twentyways.com/?p=207</guid>
		<description><![CDATA[As many have noted, recent Google software releases for OS X now include Google Software Update, a background daemon that checks for and installs updates to Google software with no user intervention and no option for disabling it. In theory, GSU is removed automatically when the last Google software to utilise it is uninstalled from [...]]]></description>
			<content:encoded><![CDATA[<p>As many <a href="http://tech.slashdot.org/article.pl?sid=09/02/06/1510228">have noted</a>, recent Google software releases for OS X now include <em>Google Software Update</em>, a background daemon that checks for and installs updates to Google software with no user intervention and no option for disabling it.</p>
<p>In theory, GSU is removed automatically when the last Google software to utilise it is uninstalled from your computer… but this assumes that you use the uninstallers bundled by Google, and don&#8217;t attempt to remove the software by hand.</p>
<p>I&#8217;ll save my disappointment for another editorial.<br />
Instead, here is a workaround:<br />
<code>sudo rm /Library/LaunchAgents/com.google.keystone.agent.plist<br />
sudo rm /Library/LaunchDaemons/com.google.keystone.daemon.plist<br />
sudo rm /Library/LaunchDaemons/com.google.keystone.daemon4.plist<br />
</code></p>
<p><code>sudo touch /Library/LaunchAgents/com.google.keystone.agent.plist<br />
sudo touch /Library/LaunchDaemons/com.google.keystone.daemon.plist<br />
sudo touch /Library/LaunchDaemons/com.google.keystone.daemon4.plist<br />
</code></p>
<p><code>sudo chmod 000 /Library/LaunchAgents/com.google.keystone.agent.plist<br />
sudo chmod 000 /Library/LaunchDaemons/com.google.keystone.daemon.plist<br />
sudo chmod 000 /Library/LaunchDaemons/com.google.keystone.daemon4.plist<br />
</code></p>
<p>This hint does not uninstall GSU – it only &#8220;disables&#8221; the launchd entries that would run <em>GoogleSoftwareUpdateAgent.app</em> at boot time.</p>
<p>We first remove each entry (<strong><em>sudo rm …</em></strong>) and create empty files (<strong><em>sudo touch …</em></strong>) in their place.  We then change their POSIX permissions (<strong><em>sudo chmod</em></strong>) to deny any access to these files (<strong><em>000</em></strong>) for all accounts except root.</p>
<p>Creating inaccessible dummy files is important.  Without them, the launchd entries can simply be replaced whenever Google software is run.  But with these steps taken, no Google app can reinstall the GSU launchd entries, unless they:</p>
<ul>
<li>ask for your username and password (to authenticate as root),</li>
<li>use different filenames, or</li>
<li>create local launchd entries (<em><strong>~</strong></em>/Library/Launch[…])</li>
</ul>
<p>This hint is easily adapted for each of these cases.  You can also use this technique to remove GSU completely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twentyways.com/2009/02/07/permanently-disable-google-software-update-on-os-x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
