<?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 &#187; community</title>
	<atom:link href="http://www.ratliff.net/blog/category/community/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>Thu, 07 Jan 2010 15:15:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 [...]]]></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>1</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 encrypted home [...]]]></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>So, would you call it SESolaris? SEOpenSolaris?</title>
		<link>http://www.ratliff.net/blog/2008/03/05/so-would-you-call-it-sesolaris-seopensolaris/</link>
		<comments>http://www.ratliff.net/blog/2008/03/05/so-would-you-call-it-sesolaris-seopensolaris/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 22:46:20 +0000</pubDate>
		<dc:creator>Emily Ratliff</dc:creator>
				<category><![CDATA[Planet LTC]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[selinux]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/index.php/2008/03/05/so-would-you-call-it-sesolaris-seopensolaris/</guid>
		<description><![CDATA[In a major validation of the FLASK architecture, the OpenSolaris community has created a new project called Flexible Mandatory Access Control (fmac) to adapt the FLASK architecture to OpenSolaris. (The FLASK architecture that is the basis for SELinux.) Stephen Smalley will be one of the community leads. OSNews picked up the email thread today with [...]]]></description>
			<content:encoded><![CDATA[<p>In a major validation of the FLASK architecture, the OpenSolaris community has created a <a href="http://www.opensolaris.org/os/project/fmac/">new project</a> called <a href=" http://www.opensolaris.org/jive/thread.jspa?messageID=204568&#204568">Flexible Mandatory Access Control (fmac)</a> to adapt the FLASK architecture to OpenSolaris. (The FLASK architecture that is the basis for SELinux.) Stephen Smalley will be one of the community leads. <a href="http://www.osnews.com/thread?303491 ">OSNews</a> picked up the email thread today with some interesting comments. </p>
<p>James Morris notes related work in his <a href="http://james-morris.livejournal.com/2008/03/05/">blog posting from this morning</a> and offers to help the community preserve interoperability with SELinux. </p>
<p>Personally, I would be delighted to see widespread adoption of the FLASK architecture lead to usability improvements and complexity reduction across the board. </p>
<p>[1] <a href="http://www.opensolaris.org/os/project/fmac/">http://www.opensolaris.org/os/project/fmac/</a><br />
[2] <a href=" http://www.opensolaris.org/jive/thread.jspa?messageID=204568&#204568"> http://www.opensolaris.org/jive/thread.jspa?messageID=204568&#204568</a><br />
[3] <a href="http://www.osnews.com/thread?303491 ">http://www.osnews.com/thread?303491 </a><br />
[4] <a href="http://james-morris.livejournal.com/2008/03/05/">http://james-morris.livejournal.com/2008/03/05/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2008/03/05/so-would-you-call-it-sesolaris-seopensolaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not with a bang, but a whimper</title>
		<link>http://www.ratliff.net/blog/2008/02/14/not-with-a-bang-but-a-whimper/</link>
		<comments>http://www.ratliff.net/blog/2008/02/14/not-with-a-bang-but-a-whimper/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 04:04:38 +0000</pubDate>
		<dc:creator>Emily Ratliff</dc:creator>
				<category><![CDATA[Planet LTC]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.ratliff.net/blog/index.php/2008/02/14/not-with-a-bang-but-a-whimper/</guid>
		<description><![CDATA[Roy Fielding[1] finally quit the OpenSolaris community today, see his resignation letter[2]. The kettle finally boiled over and the realization come to many (but not all) that Sun is publishing their Solaris code for marketing purposes, rather than creating an independent, community-led, open source project with the ability to make real decisions. 
It seemed so [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Roy_Fielding">Roy Fielding</a>[1] finally quit the OpenSolaris community today, see <a href="http://mail.opensolaris.org/pipermail/ogb-discuss/2008-February/004488.html">his resignation letter</a>[2]. The kettle finally boiled over and the realization come to many (but not all) that Sun is publishing their Solaris code for marketing purposes, rather than creating an independent, community-led, open source project with the ability to make real decisions. </p>
<p>It seemed so promising at first: &#8220;[T]hey made promises about it being an open development project. &#8230; Sun gave up its right to make arbitrary decisions regarding the phrase &#8216;OpenSolaris&#8217; as part of its public agreement with the community in the form of the Charter.  That was a self-imposed restriction in exchange for the benefits of community-driven development, freely made, and cannot be changed except in accordance with the charter itself (for example, by amending or dissolving the charter).&#8221; (excerpt from Roy Fielding&#8217;s resignation letter) But it was a sham: &#8220;The charter has therefore been violated. &#8230; Sun agreed that &#8216;OpenSolaris&#8217; would be governed by the community and yet has refused, in every step along the way, to cede any real control over the software produced or the way it is produced, and continues to make private decisions every day that are later promoted as decisions for this thing we call OpenSolaris.&#8221; (excerpt from Roy Fielding&#8217;s resignation letter)</p>
<p>To be fair, most developers recognized the community as a sham right away merely based on the copyright and patent assignments required by the contributors agreement[3]. To date, Sun has received 578 patches[4], which represents a rate of 0.6 patches a day (first patch dated 6/17/05, there were some earlier undated contributions). Linus gets more patches while he is brushing his teeth than OpenSolaris gets in a week. Despite Roy&#8217;s efforts to build a real community, contributing to OpenSolaris always has been and seemingly always will be, corporate welfare.</p>
<p>For me, the realization that Sun just doesn&#8217;t get it, and never will, was crystallized the day I was turned away from an OpenSolaris Users&#8217; Group meeting for refusing to sign an NDA. </p>
<p>It is a credit to the Solaris engineers that a few hearty souls want to soldier on amidst the wreckage: &#8220;Nonetheless I believe the time has come for a reboot and I am looking for other like-minded people to stand and form a full Board for positive change.&#8221;[5] And others who are even contemplating forking: &#8220;We will need to build out our infrastructure so that we can host development, mailing-lists and etc.. Once that is done, we will need to make the case to start moving development to the new organization/infrstructure. This will mean that even Sun employees will have to chose to move their development work to a community &#8216;controlled&#8217; development infrastructure.&#8221;[6] It is to them, that I dedicate the title.</p>
<p>[1] <a href="http://en.wikipedia.org/wiki/Roy_Fielding">http://en.wikipedia.org/wiki/Roy_Fielding</a><br />
[2] <a href="http://mail.opensolaris.org/pipermail/ogb-discuss/2008-February/004488.html">http://mail.opensolaris.org/pipermail/ogb-discuss/2008-February/004488.html</a><br />
[3] <a href="http://www.opensolaris.org/os/about/sun_contributor_agreement/">http://www.opensolaris.org/os/about/sun_contributor_agreement/</a><br />
[4]<a href="http://www.opensolaris.org/os/bug_reports/request_sponsor/">http://www.opensolaris.org/os/bug_reports/request_sponsor/</a><br />
[5] <a href="http://mail.opensolaris.org/pipermail/ogb-discuss/2008-February/004487.html">http://mail.opensolaris.org/pipermail/ogb-discuss/2008-February/004487.html</a> (Yes, the author of this email is a Sun employee.)<br />
[6] <a href="http://mail.opensolaris.org/pipermail/ogb-discuss/2008-February/004477.html">http://mail.opensolaris.org/pipermail/ogb-discuss/2008-February/004477.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratliff.net/blog/2008/02/14/not-with-a-bang-but-a-whimper/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
