<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: easy example of filesystem capabilities</title>
	<atom:link href="http://www.outflux.net/blog/archives/2010/02/09/easy-example-of-fscaps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.outflux.net/blog/archives/2010/02/09/easy-example-of-fscaps/</link>
	<description>code is freedom -- patching my itch</description>
	<lastBuildDate>Tue, 24 Jan 2012 19:58:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: kees</title>
		<link>http://www.outflux.net/blog/archives/2010/02/09/easy-example-of-fscaps/comment-page-1/#comment-957</link>
		<dc:creator>kees</dc:creator>
		<pubDate>Tue, 06 Jul 2010 17:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=302#comment-957</guid>
		<description>@Philipp: unfortunately not.  There are several blockers still, not the least of which is tar itself: https://wiki.ubuntu.com/Security/FilesystemCapabilties</description>
		<content:encoded><![CDATA[<p>@Philipp: unfortunately not.  There are several blockers still, not the least of which is tar itself: <a href="https://wiki.ubuntu.com/Security/FilesystemCapabilties">https://wiki.ubuntu.com/Security/FilesystemCapabilties</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philipp Kern</title>
		<link>http://www.outflux.net/blog/archives/2010/02/09/easy-example-of-fscaps/comment-page-1/#comment-956</link>
		<dc:creator>Philipp Kern</dc:creator>
		<pubDate>Tue, 06 Jul 2010 08:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=302#comment-956</guid>
		<description>Was there progress on this?</description>
		<content:encoded><![CDATA[<p>Was there progress on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kees</title>
		<link>http://www.outflux.net/blog/archives/2010/02/09/easy-example-of-fscaps/comment-page-1/#comment-852</link>
		<dc:creator>kees</dc:creator>
		<pubDate>Wed, 10 Feb 2010 07:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=302#comment-852</guid>
		<description>fscaps are just extended attributes, so in theory, it could be stored by cpio/tar/etc.  What I&#039;m designing would be for dpkg and would be handled similar to normal permission bits, including something like a /var/lib/dpkg/statoverride file for local modifications, etc.  I hope to have some proof-of-concept emailed to the dpkg devel mailing list soon, but we&#039;ll see what time permits.</description>
		<content:encoded><![CDATA[<p>fscaps are just extended attributes, so in theory, it could be stored by cpio/tar/etc.  What I&#8217;m designing would be for dpkg and would be handled similar to normal permission bits, including something like a /var/lib/dpkg/statoverride file for local modifications, etc.  I hope to have some proof-of-concept emailed to the dpkg devel mailing list soon, but we&#8217;ll see what time permits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someone</title>
		<link>http://www.outflux.net/blog/archives/2010/02/09/easy-example-of-fscaps/comment-page-1/#comment-851</link>
		<dc:creator>someone</dc:creator>
		<pubDate>Wed, 10 Feb 2010 05:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=302#comment-851</guid>
		<description>Can you explain how this will be supported by distributions like Debian? I assume we can&#039;t add filesystem capabilities to the files stored inside the data.tar.gz inside the .deb?</description>
		<content:encoded><![CDATA[<p>Can you explain how this will be supported by distributions like Debian? I assume we can&#8217;t add filesystem capabilities to the files stored inside the data.tar.gz inside the .deb?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kees</title>
		<link>http://www.outflux.net/blog/archives/2010/02/09/easy-example-of-fscaps/comment-page-1/#comment-850</link>
		<dc:creator>kees</dc:creator>
		<pubDate>Wed, 10 Feb 2010 04:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=302#comment-850</guid>
		<description>Well, thanks!  But, don&#039;t get too excited; we&#039;re not there in Lucid (there&#039;s no packaging support for this in Ubuntu yet), but I&#039;m quite interested in getting it working.  At the very least, we can document all the caps that need to be set for a default install.</description>
		<content:encoded><![CDATA[<p>Well, thanks!  But, don&#8217;t get too excited; we&#8217;re not there in Lucid (there&#8217;s no packaging support for this in Ubuntu yet), but I&#8217;m quite interested in getting it working.  At the very least, we can document all the caps that need to be set for a default install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schroeder</title>
		<link>http://www.outflux.net/blog/archives/2010/02/09/easy-example-of-fscaps/comment-page-1/#comment-849</link>
		<dc:creator>Jeff Schroeder</dc:creator>
		<pubDate>Wed, 10 Feb 2010 01:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=302#comment-849</guid>
		<description>Kees, this is outstanding! I&#039;ve envisioned[1] for sometime a mainstream distro that will eventually ship without suid root applications. Granted that was a _long_ time ago, but it was really exciting once Serge Hallyn sent the pull request for that patch.

Your work on _proactive_ vs reactive security is one of the reasons I stick with Ubuntu.

[1] https://wiki.ubuntu.com/Security/Investigation/Setuid</description>
		<content:encoded><![CDATA[<p>Kees, this is outstanding! I&#8217;ve envisioned[1] for sometime a mainstream distro that will eventually ship without suid root applications. Granted that was a _long_ time ago, but it was really exciting once Serge Hallyn sent the pull request for that patch.</p>
<p>Your work on _proactive_ vs reactive security is one of the reasons I stick with Ubuntu.</p>
<p>[1] <a href="https://wiki.ubuntu.com/Security/Investigation/Setuid">https://wiki.ubuntu.com/Security/Investigation/Setuid</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

