<?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>Open Source Security</title>
	<atom:link href="http://www.ratliff.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ratliff.net/blog</link>
	<description>A blog about open source and security and open source security</description>
	<lastBuildDate>Tue, 10 Aug 2010 00:22:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Bare Metal Versus Hosted Hypervisor Security</title>
		<link>http://www.ratliff.net/blog/2010/08/09/bare-metal-versus-hosted-hypervisor-security/</link>
		<comments>http://www.ratliff.net/blog/2010/08/09/bare-metal-versus-hosted-hypervisor-security/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 00:22:41 +0000</pubDate>
		<dc:creator>gcwilson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet LTC]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/?p=305</guid>
		<description><![CDATA[by George Wilson, IBM Linux Technology Center I was recently reading through the NIST &#8220;Draft Guide to Security for Full Virtualization Technologies&#8221; (SP 800-125 draft) [http://csrc.nist.gov/publications/drafts/800-125/Draft-SP800-125.pdf]. It discusses various considerations relating to hypervisor security. One section that particularly struck me was the comparison of bare metal vs hosted hypervisors. These are also known as Type [...]]]></description>
			<content:encoded><![CDATA[<p>by George Wilson, IBM Linux Technology Center</p>
<p>I was recently reading through the NIST &#8220;Draft Guide to Security for Full Virtualization Technologies&#8221; (SP 800-125 draft) [<a href="http://csrc.nist.gov/publications/drafts/800-125/Draft-SP800-125.pdf">http://csrc.nist.gov/publications/drafts/800-125/Draft-SP800-125.pdf</a>]. It discusses various considerations relating to hypervisor security.  One section that particularly struck me was the comparison of bare metal vs hosted hypervisors.  These are also known as Type I and Type II hypervisors, respectively.  The document states that choosing between them is a critical security decision.  That started me wondering if it is actually true that Type I hypervisors offer superior security to Type II hypervisors.  While a Type I hypervisor may have a small kernel, it relies on and trusts an entire OS instance in the resource-owning partition (Dom0 in Xen parlance) for device access.  So while it might at first blush appear that a Type I hypervisor has a much smaller TCB than a Type II, the TCB is really just in a different place.  Given imperfect knowledge of the implementations and similar size, complexity, and maturity, it would seem that Type I and Type II hypervisors would in general offer similar security.  I can&#8217;t find any solid evidence to the contrary.  I&#8217;d love to hear from someone who can clarify why the Type I vs Type II distinction is in any way a major factor in hypervisor security analysis.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2010/08/09/bare-metal-versus-hosted-hypervisor-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Trusted Computing Blueprint published.</title>
		<link>http://www.ratliff.net/blog/2010/01/07/new-trusted-computing-blueprint-published/</link>
		<comments>http://www.ratliff.net/blog/2010/01/07/new-trusted-computing-blueprint-published/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 15:15:09 +0000</pubDate>
		<dc:creator>srajiv</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet LTC]]></category>
		<category><![CDATA[Trusted Computing]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Blueprint]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/?p=284</guid>
		<description><![CDATA[by Rajiv Andrade, Linux Technology Center Since the foundation of the Trusted Computing Group, previously named Trusted Computing Platform Alliance, the pillars required to win most of today&#8217;s security challenges have been heavily developed. The Trusted Platform Module and the Trusted Software Stack are two of these. Now that we have in our hands the required enablement, the [...]]]></description>
			<content:encoded><![CDATA[<p>by Rajiv Andrade, Linux Technology Center</p>
<p>Since the foundation of the Trusted Computing Group, previously named Trusted Computing Platform Alliance, the pillars required to win most of today&#8217;s security challenges have been heavily developed.</p>
<p>The Trusted Platform Module and the Trusted Software Stack are two of these. Now that we have in our hands the required enablement, the next expected step is to come up with the development of detailed and implementable use cases that were originally envisioned when starting the Trusted Computing Initiative.</p>
<p>The use case presented in this newly published Blueprint exploits the integrity measurement capability that the TPM provides. Other than using a passphrase as an authorization token, it describes how to use a machine&#8217;s integrity to authorize access to sensitive files, by means of a key sealed to those integrity parameters.</p>
<p>The parameters include the loaded kernel image, the bootloader and its configuration file, and the BIOS. Thus, if one tries to load a different flawed kernel image, those sensitive files won&#8217;t be accessible. It&#8217;s also worth mentioning that the bootloader used is able also to measure critical system files (e.g. the libraries placed at /lib), making the job of a rootkit even harder.</p>
<p>The next step is to attest a machine&#8217;s integrity using the Integrity Measurements Architecture (IMA) logs that contain a list of measurements of all files accessed by the root user during runtime.</p>
<p>Check it out at: <a href="http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/topic/liaai/tpm/liaaitpmstart.htm">http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/topic/liaai/tpm/liaaitpmstart.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2010/01/07/new-trusted-computing-blueprint-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sVirt Stronger Security for Linux Virtualization</title>
		<link>http://www.ratliff.net/blog/2009/12/22/svirt-stronger-security-for-linux-virtualization/</link>
		<comments>http://www.ratliff.net/blog/2009/12/22/svirt-stronger-security-for-linux-virtualization/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 22:24:23 +0000</pubDate>
		<dc:creator>Bryan Jacobson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet LTC]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[selinux]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/?p=275</guid>
		<description><![CDATA[By Bryan Jacobson, Linux Technology Center. While Virtualization offers many benefits, there can also be increased security risks. For example, consider a system running two hundred virtual images. All two hundred images are at risk if a flaw in the hypervisor (or configuration) allows any virtual guest to “break out” into the host environment and [...]]]></description>
			<content:encoded><![CDATA[<p>By Bryan Jacobson, Linux Technology Center.</p>
<p>While Virtualization offers many benefits, there can also be increased security risks.  For example, consider a system running two hundred virtual images.  All two hundred images are at risk if a flaw in the hypervisor (or configuration) allows any virtual guest to “break out” into the host environment and affect other virtual guests.</p>
<p>sVirt is a project to improve the security of Linux virtualization.  Svirt applies the Mandatory Access Control (MAC) features of SELinux to strengthen the isolation between virtual images.  Svirt works with KVM/QEMU and other Linux virtualization systems where the virtual image runs as a Linux user space process.</p>
<p>sVirt is a community project, with founding authors from Red Hat: Daniel Berrange, James Morris, and Dan Walsh.  sVirt is integrated with libvirt.</p>
<p>One of my favorite sVirt use cases is: “Strongly isolating desktop applications by running them in separately labeled VMs (e.g. online banking in one VM and World of Warcraft in another; opening untrusted office documents in an isolated VM for view/print only).”  (From the 8/11/2008 sVirt project announcement at <a href="https://www.redhat.com/archives/libvir-list/2008-August/msg00255.html">www.redhat.com/archives/libvir-list/2008-August/msg00255.html</a>).</p>
<p>The project announcement also identifies an excellent design goal: &#8220;Initially, sVirt should &#8220;just work&#8221; as a means to isolate VMs, with minimal administrative interaction.  e.g. an option is added to virt-manager which allows a VM to be designated as &#8220;isolated&#8221;, and from then on, it is automatically run in a separate security context, with policy etc. being generated and managed by libvirt.&#8221;.</p>
<p>You can find a 48 minute video of James Morris’s February 2009 presentation on sVirt at Linux.conf.au:  <a href="http://video.google.com/videoplay?docid=5750618585157629496#">video.google.com/videoplay?docid=5750618585157629496#</a></p>
<p>Slides from that presentation are at: <a href="http://namei.org/presentations/svirt-lca-2009.pdf">namei.org/presentations/svirt-lca-2009.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2009/12/22/svirt-stronger-security-for-linux-virtualization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Systems Security Seven for Dec. 18</title>
		<link>http://www.ratliff.net/blog/2009/12/18/systems-security-seven-for-dec-18/</link>
		<comments>http://www.ratliff.net/blog/2009/12/18/systems-security-seven-for-dec-18/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 23:29:31 +0000</pubDate>
		<dc:creator>Emily Ratliff</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/?p=262</guid>
		<description><![CDATA[Steve Hanna has written an excellent cloud security overview article A Security Analysis of Cloud Computing which talks about how trusted computing can help solve some of the cloud security problems. Privacy concerns for the ages, is anonymity sufficient? Facebook and Google: Contrasts in Privacy Is privacy an illusion or a social contract? Blakley&#8217;s blog [...]]]></description>
			<content:encoded><![CDATA[<p>Steve Hanna has written an excellent cloud security overview article <A HREF="http://cloudcomputing.sys-con.com/node/1203943">A Security Analysis of Cloud Computing</A> which talks about how trusted computing can help solve some of the cloud security problems.</p>
<p>Privacy concerns for the ages, is anonymity sufficient? <A HREF="http://www.networkworld.com/news/2009/121409-facebook-and-google-contrasts-in.html?page=1">Facebook and Google: Contrasts in Privacy</A> Is privacy an illusion or a social contract? Blakley&#8217;s blog post <A HREF="http://identityblog.burtongroup.com/bgidps/2009/10/gartner-gets-privacy-dead-wrong.html">Gartner gets privacy dead wrong</A> debates the issue. Will Facebook users go along with Facebook&#8217;s new policies and the sense that their privacy was an illusion, or will they revolt, pile on EFF&#8217;s FTC complaint and leave Facebook in droves?</p>
<p>This article covers a lot of ground on the impact to security of virtualization and cloud adoption. I like it right up the the abrupt ending. <A HREF="http://itmanagement.earthweb.com/entdev/article.php/11070_3853036_1/Virtualization-Adoption-Slips-More-Gloom-for-IT.htm">Virtualization Adoption Slips</A>. </p>
<p>Three just for fun:</p>
<p>SearchEnterpriseLinux.com has a 2009 retrospective of Linux activity: <A HREF="http://searchenterpriselinux.techtarget.com/news/article/0,289142,sid39_gci1376855,00.html">A look at Linux in the recession</A>. Somehow I missed the news about Hannah Montana Linux.</p>
<p>An octopus and its travel trailer: <A HREF="http://www.wired.com/wiredscience/2009/12/octopus-tools/?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+wired%2Findex+%28Wired%3A+Index+3+%28Top+Stories+2%29%29&#038;utm_content=Google+Feedfetcher">Tool Use Found in Octopuses</A>.</p>
<p>There is a new specialty of <A HREF="http://www.cnn.com/2009/WORLD/meast/12/18/egypt.female.bodyguards/">female bodyguards in Egypt</A>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2009/12/18/systems-security-seven-for-dec-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Systems Security Seven for Dec. 11</title>
		<link>http://www.ratliff.net/blog/2009/12/11/systems-security-seven-for-dec-11/</link>
		<comments>http://www.ratliff.net/blog/2009/12/11/systems-security-seven-for-dec-11/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:16:58 +0000</pubDate>
		<dc:creator>Emily Ratliff</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/?p=251</guid>
		<description><![CDATA[Here are seven links that are worth the time that it takes to read them if you are interested in systems security. The Evil Maid attacks again: ITPro article: Researchers break into Windows encryption feature, the original research behind the attack, article about Microsoft&#8217;s response. Two Trusted Computing articles: “openSUSE is now the first operating [...]]]></description>
			<content:encoded><![CDATA[<p>Here are seven links that are worth the time that it takes to read them if you are interested in systems security.</p>
<p>The Evil Maid attacks again:
<ul>
<li><a href="http://www.itpro.co.uk/618547/researchers-break-into-windows-encryption-feature">ITPro article: Researchers break into Windows encryption feature</A>, </li>
<li><A HREF="http://testlab.sit.fraunhofer.de/downloads/Publications/Attacking_the_BitLocker_Boot_Process_Trust2009.pdf">the original research behind the attack</A>, </li>
<li><A HREF="http://www.informationweek.com/news/windows/microsoft_news/showArticle.jhtml?articleID=222001114">article about Microsoft&#8217;s response</A>.</li>
</ul>
<p>Two Trusted Computing articles:</p>
<ul>
<li><A HREF="http://www.scientificcomputing.com/news-HPC-Trust-Linux-Breaking-new-ground-in-the-drive-toward-more-secure-computing-112409.aspx">“openSUSE is now the first operating system to offer full TC support”</A> (from 11/24/2009)</li>
<li>Trusted Computing in the Cloud: <A HREF="http://www.mpi-sws.org/~gummadi/papers/trusted_cloud.pdf">Towards Trusted Cloud Computing</A> (from Hot Topics June 2009).</li>
</ul>
<p><A HREF="http://opensource.dyc.edu/tinhat">An introduction to Tin Hat Linux</A> which is a Linux distribution based on hardened Gentoo which &#8220;was conceived as a challenge to the old mantra that physical access to a system means full access to the data&#8221;.</p>
<p>Everybody is talking about the botnet on AWS: <A HREF="http://www.securityfocus.com/brief/1046">Zeus botnet finds hold in Amazon cloud</A>. From now on, I fully expect that stories about botnets controlled from within a cloud will become a footnote, rather than noteworthy and they will be served with standard takedown notices.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2009/12/11/systems-security-seven-for-dec-11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spam, spam, spam, spam</title>
		<link>http://www.ratliff.net/blog/2009/10/01/spam-spam-spam-spam/</link>
		<comments>http://www.ratliff.net/blog/2009/10/01/spam-spam-spam-spam/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 22:05:43 +0000</pubDate>
		<dc:creator>Emily Ratliff</dc:creator>
				<category><![CDATA[metrics]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/?p=243</guid>
		<description><![CDATA[The September 2009 edition of the Communications of the ACM had a very fascinating article called Spamalytics: An Empirical Analysis of Spam Marketing Conversion. Aside from the catchy title, this article is well worth a read. You will definitely understand more about spam after doing so. Given how much fun the authors must have had [...]]]></description>
			<content:encoded><![CDATA[<p>The September 2009 edition of the Communications of the ACM had a very fascinating article called <a href="http://cacm.acm.org/magazines/2009/9/38908-spamalytics-an-empirical-analysis-of-spam-marketing-conversion/abstract">Spamalytics: An Empirical Analysis of Spam Marketing Conversion</a>. Aside from the catchy title, this article is well worth a read. You will definitely understand more about spam after doing so. Given how much fun the authors must have had doing the background research for this article, it seems a shame to quibble with it, but there were a couple of things that set my teeth on edge so I&#8217;ll do so anyway. Besides, it gives me the reason to point out this article which really is a fun read. With that said, here are the things about the article that that affected me like nails on a chalkboard.</p>
<p>The article starts off with chest beating about how revolutionary the article is since there is a lack of information on the efficacy of spam. But, in their background section, they mention the previous work on pump and dump spam which is relatively easy to study. <a href="http://en.wikipedia.org/wiki/Pump_and_dump#Pump_and_dump_spam">Wikipedia</a> links to 3 studies that show that pump and dump spamming drove up prices of the touted stocks by 6% between 2005-6.  This is a pedantic point but distracts from the strength of their argument right away. </p>
<p>The deconstruction of Corman&#8217;s remarks is just outright weird. No telling why they didn&#8217;t just ask him what he meant and what numbers he was adding up. My guess is that instead of profit, he may have said or meant millions of dollars in damages, but I haven&#8217;t asked him either. The site that they link to doesn&#8217;t quote him, rather it attributes a paraphrased statement to him. This paraphrased statement is then put into quotes in the article, but the text in quotes doesn&#8217;t actually show up on the linked-to site. (Note, although we both work for the same company, I have never met nor talked to Corman.)</p>
<p>Gathering statistics by parasitic infiltration is ethically questionable. Counter attack is becoming more acceptable from a cyber war perspective, but it is not a generally acceptable security practice. I definitely do not consider it an ethical research practice. The paper extensively discusses the ethics of this practice and decides that since no one is left worse off than before that it must be ethically correct to allow it. I think this is disingenuous and disregards all of the arguments about why it is not an ethically sound security practice, primarily the argument that you might get it wrong and actually damage an innocent bystander inadvertently.</p>
<p>The spamalytics system alters the entity that they are studying and thus their statistics although interesting become questionable. The backend fulfilment or trojan delivery server is often quickly shut down in a real attack. They address this point in Figure 6, but don&#8217;t discount their conversion rate in any way nor do they site statistics about how quickly fulfilment servers are shut down to defend not discounting their conversion rate.</p>
<p>They wound up with 28 conversions for the pharmacy spam, but they didn&#8217;t allow the site to accept personal information. How many of the 28 users would actually have completed the transaction. How many of them were participants in the <a href="http://dangerousintersection.org/2009/04/30/scamming-the-nigerian-scammers/">scam the scammers</a> movement? Regardless, their conversion rate is amazingly low, as they state too low to sustain profitability for the spamming operation. </p>
<p>The researchers performed analysis on only one type of spammer &#8211; the ones motivated by money. The quality of the average spam clearly indicates that not every spammer is in it for the money. They are griefers, just like the griefers in online games who show up to &#8220;spoil it for the rest of us&#8221;. It would be worth running a similar research project on non-email spammers who are motivated by money to see if they are more profitable. Wired had an article about Craigslist in a recent issue and it included a paragraph on the problems that they have with spam. They manually remove spam from their listings. Captchas didn&#8217;t work because the spammers hired cheap labor to break the captcha. You can see this in Amazon&#8217;s Mechanical Turk where spammers offer users $0.01 to perform a spam like activity.</p>
<p>Because of these quibbles, I would not bet the house that spammers are unprofitable (or barely profitable) just based on these results. Despite these quibbles, I really enjoyed the time that I put in to reading this article and so I recommend that you go take a look too. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2009/10/01/spam-spam-spam-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openCryptoki project new releases</title>
		<link>http://www.ratliff.net/blog/2009/08/14/opencryptoki-project-new-releases/</link>
		<comments>http://www.ratliff.net/blog/2009/08/14/opencryptoki-project-new-releases/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 19:10:41 +0000</pubDate>
		<dc:creator>Klaus Kiwi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet LTC]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/?p=235</guid>
		<description><![CDATA[by Klaus Heinrich Kiwi, LTC Security team The openCryptoki project, a PKCS#11 provider for Linux with support for software and hardware tokens, has released new versions for both the openCryptoki code itself as well as for it&#8217;s associated library, libica. Libica-2 is a major cleanup from the previous versions. It has a new API and [...]]]></description>
			<content:encoded><![CDATA[<p>by <a href="http://blog.klauskiwi.com/">Klaus Heinrich Kiwi</a>, LTC Security team</p>
<p>The <a href="http://sourceforge.net/projects/opencryptoki/">openCryptoki</a> project, a <a href="http://www.rsa.com/rsalabs/node.asp?id=2133">PKCS#11</a> provider for Linux with support for software and hardware tokens, has released new versions for both the openCryptoki code itself as well as for it&#8217;s associated library, libica.</p>
<ul>
<li>Libica-2 is a major cleanup from the previous versions. It has a new API and supports software fall-back (OpenSSL) when no Crypto hardware is present. The current version (<a href="http://sourceforge.net/projects/opencryptoki/files/libica/libica-2.0.2/libica-2.0.2.tar.gz/download">2.0.2</a>) has bug fixes and improved code examples.</li>
<li>OpenCryptoki <a href="http://sourceforge.net/projects/opencryptoki/files/opencryptoki/2.3.0/opencryptoki-2.3.0.tar.gz/download">2.3.0</a> includes support for Libica-2 and has a number of bug fixes and minor improvements</li>
</ul>
<p>OpenCryptoki is the most common way that PKCS#11-enabled applications (including Java JCE aplications) can exploit cryptographic hardware in a Linux environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2009/08/14/opencryptoki-project-new-releases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TPM Now ISO Standard</title>
		<link>http://www.ratliff.net/blog/2009/08/05/tpm-now-iso-standard/</link>
		<comments>http://www.ratliff.net/blog/2009/08/05/tpm-now-iso-standard/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:38:19 +0000</pubDate>
		<dc:creator>Emily Ratliff</dc:creator>
				<category><![CDATA[Planet LTC]]></category>
		<category><![CDATA[Trusted Computing]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/?p=231</guid>
		<description><![CDATA[The Trusted Computing Group (TCG) Trusted Platform Module (TPM) specification v1.2 is now officially ISO/IEC standard 11889. The TCG has published a press release commemorating the event and the TCG president Scott Rotondo has written a blog entry on the importance of this accomplishment. Congratulations and thanks to the TCG members who made this possible!]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.trustedcomputinggroup.org/">Trusted Computing Group</a> (TCG) Trusted Platform Module (TPM) specification v1.2 is now officially ISO/IEC standard 11889. The TCG has published a <a href="http://www.trustedcomputinggroup.org/media_room/news/69">press release</a> commemorating the event and the TCG president Scott Rotondo has written a <a href="http://www.trustedcomputinggroup.org/community/2009/08/tpm_goes_international_standard_that_is">blog entry</a> on the importance of this accomplishment.</p>
<p>Congratulations and thanks to the TCG members who made this possible!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2009/08/05/tpm-now-iso-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Karmic Koala &amp; eCryptfs</title>
		<link>http://www.ratliff.net/blog/2009/07/01/karmic-koala-ecryptfs/</link>
		<comments>http://www.ratliff.net/blog/2009/07/01/karmic-koala-ecryptfs/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:17:41 +0000</pubDate>
		<dc:creator>Bryan Jacobson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet LTC]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/?p=221</guid>
		<description><![CDATA[By Bryan Jacobson, Linux Technology Center. Tyler Hicks (from our team) recently attended the 5/25-29 Ubuntu Developers Summit for Karmic Koala in Barcelona, Spain. Some of Tyler&#8217;s observations on Security topics: There are quite a few eCryptfs users out there and they are generally happy with the version shipped in Jaunty. Most were using the [...]]]></description>
			<content:encoded><![CDATA[<p>By Bryan Jacobson, Linux Technology Center.</p>
<p>Tyler Hicks (from our team) recently attended the 5/25-29 Ubuntu Developers Summit for Karmic Koala in Barcelona, Spain.</p>
<p>Some of Tyler&#8217;s observations on Security topics:</p>
<ul>
<li>There are quite a few eCryptfs users out there and they are generally happy with the version shipped in Jaunty.  Most were using the encrypted home feature, but some wanted more flexibility and had custom setups.</li>
<li>eCryptfs encrypted swap is on the roadmap for Karmic.</li>
<li>Michael Rooney has been working on graphical applications to compliment some of the eCryptfs userspace tools that are currently bound to the command line.</li>
<li>Tyler held an eCryptfs roadmap talk about future eCryptfs features: eCryptfs on top of popular network filesystems, improved key management, and asking for someone interested in completing the eCryptfs GPG key module.</li>
</ul>
<p>Some general observations from Tyler:</p>
<ul>
<li>Ubuntu would like to be the premier guest available in Amazon EC2.</li>
<li>Ubuntu users will soon have a daily build of the virtualization stack available, which is a big win for both the upstream developers and the users.</li>
<li>Dustin Kirkland <a href="http://blog.dustinkirkland.com/">http://blog.dustinkirkland.com/</a> gave a talk on leveraging the cloud for data center power savings.</li>
<li>The Ubuntu kernel team committed to removing non-upstream kernel code that no one is using anymore.</li>
</ul>
<p>See the whole story on Tyler blog at: <a href="http://blog.tyhicks.net">http://blog.tyhicks.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2009/07/01/karmic-koala-ecryptfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMTU 1.07 released</title>
		<link>http://www.ratliff.net/blog/2009/06/30/amtu-1-07-released/</link>
		<comments>http://www.ratliff.net/blog/2009/06/30/amtu-1-07-released/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 21:39:20 +0000</pubDate>
		<dc:creator>Emily Ratliff</dc:creator>
				<category><![CDATA[Common Criteria]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[amtu]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[common_criteria]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/?p=196</guid>
		<description><![CDATA[AMTU 1.07 has just been released on ATMU&#8217;s Sourceforge home. This release incorporates a patch from Joy Latten to add IPv6 interfaces to the list of interfaces probed to test networking devices. It also contains a small fix to the memory separation routine. MD5SUM: 8858a47c667ffc4af840d72d8ced6605 amtu-1.0.7.tar.gz SHA1SUM: 7f56a17ca616b6dc23564894c8503e5c5c75aa06 amtu-1.0.7.tar.gz amtu is a small and simple [...]]]></description>
			<content:encoded><![CDATA[<p>AMTU 1.07 has just been released on <a href="https://sourceforge.net/projects/amtueal/">ATMU&#8217;s Sourceforge home</a>. This release incorporates a patch from Joy Latten to add IPv6 interfaces to the list of interfaces probed to test networking devices. It also contains a small fix to the memory separation routine.</p>
<p>MD5SUM: 8858a47c667ffc4af840d72d8ced6605  amtu-1.0.7.tar.gz<br />
SHA1SUM: 7f56a17ca616b6dc23564894c8503e5c5c75aa06  amtu-1.0.7.tar.gz</p>
<p>amtu is a small and simple machine check that is required for Common Criteria certification. It was originally released in 2003. You can find it at <a href="https://sourceforge.net/projects/amtueal/">https://sourceforge.net/projects/amtueal/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2009/06/30/amtu-1-07-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
