<?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>Steven Harms &#187; security</title>
	<atom:link href="http://www.sharms.org/blog/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharms.org/blog</link>
	<description>Life, Linux and Technology</description>
	<lastBuildDate>Sun, 28 Aug 2011 18:02:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fedora 12 default package install policy</title>
		<link>http://www.sharms.org/blog/2009/11/fedora-12-default-package-install-policy/</link>
		<comments>http://www.sharms.org/blog/2009/11/fedora-12-default-package-install-policy/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:53:01 +0000</pubDate>
		<dc:creator>sharms</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.sharms.org/blog/2009/11/19/fedora-12-default-package-install-policy/</guid>
		<description><![CDATA[Just a quick note, if you don&#8217;t like Fedora 12&#8242;s policy, you probably don&#8217;t understand how systems today currently work. This is much more secure, and you are able to disable it. If you are using systems in public, then there is much more you need to disable such as removable media automounting etc, and [...]


Related posts:<ol><li><a href='http://www.sharms.org/blog/2009/02/stimulus-package/' rel='bookmark' title='Permanent Link: Stimulus package'>Stimulus package</a></li>
<li><a href='http://www.sharms.org/blog/2006/07/what-i-am-working-on/' rel='bookmark' title='Permanent Link: What I am working on'>What I am working on</a></li>
<li><a href='http://www.sharms.org/blog/2006/11/fedora-core-6/' rel='bookmark' title='Permanent Link: Fedora Core 6'>Fedora Core 6</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just a quick note, if you don&#8217;t like Fedora 12&#8242;s policy, you probably don&#8217;t understand how systems today currently work.</p>
<p>This is much more secure, and you are able to disable it.  If you are using systems in public, then there is much more you need to disable such as removable media automounting etc, and would not use default settings anyway.</p>
<p>The current way of throwing blanket root access out for any system change is inherently less secure, their change aims to only allow signed package and that 1 specific action to occur.</p>
<p>Yes you could make a collision, but if you can&#8217;t trust your package sources, you can&#8217;t trust your system as a whole, so the entire idea is moot.</p>


<p>Related posts:<ol><li><a href='http://www.sharms.org/blog/2009/02/stimulus-package/' rel='bookmark' title='Permanent Link: Stimulus package'>Stimulus package</a></li>
<li><a href='http://www.sharms.org/blog/2006/07/what-i-am-working-on/' rel='bookmark' title='Permanent Link: What I am working on'>What I am working on</a></li>
<li><a href='http://www.sharms.org/blog/2006/11/fedora-core-6/' rel='bookmark' title='Permanent Link: Fedora Core 6'>Fedora Core 6</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sharms.org/blog/2009/11/fedora-12-default-package-install-policy/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Encrypted Swap</title>
		<link>http://www.sharms.org/blog/2009/09/encrypted-swap/</link>
		<comments>http://www.sharms.org/blog/2009/09/encrypted-swap/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 14:09:46 +0000</pubDate>
		<dc:creator>sharms</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[swap]]></category>

		<guid isPermaLink="false">http://www.sharms.org/blog/?p=590</guid>
		<description><![CDATA[This post was spawned from my own misconception that my swap partition contained no sensitive data on systems with a lot of ram. All of my systems I work with have atleast 4GB of ram, so my swap usage is usually under 2 megabytes. Why should I worry what&#8217;s in my swap partition? Instead of [...]


Related posts:<ol><li><a href='http://www.sharms.org/blog/2007/03/resizing-a-ext23-partition/' rel='bookmark' title='Permanent Link: Resizing a EXT2/3 partition'>Resizing a EXT2/3 partition</a></li>
<li><a href='http://www.sharms.org/blog/2009/02/python-commands-module/' rel='bookmark' title='Permanent Link: Python Commands Module'>Python Commands Module</a></li>
<li><a href='http://www.sharms.org/blog/2011/01/automatically-backup-blogs-websites-to-amazon-s3/' rel='bookmark' title='Permanent Link: Automatically Backup Blogs / Websites to Amazon S3'>Automatically Backup Blogs / Websites to Amazon S3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This post was spawned from my own misconception that my swap partition contained no sensitive data on systems with a lot of ram.</p>
<p>All of my systems I work with have atleast 4GB of ram, so my swap usage is usually under 2 megabytes.  Why should I worry what&#8217;s in my swap partition?</p>
<p>Instead of going into it, just try it yourself. My swap partition is /dev/sda5.  Run the command:</p>
<pre class="brush: sh">
$ sudo strings /dev/sda5 | more
</pre>
<p>What came up was a ton of interesting data, from files I had looked at, print jobs, and bash scripts.  So yes, even if you have enough ram, your swap is still very vulnerable to storing <strong>a lot</strong> of data about you.</p>
<p>Good news is Ubuntu 9.10 / Karmic will have the option to encrypt swap, which <a href="https://wiki.edubuntu.org/ServerKarmicEncryptedSwap">is on the wiki</a>.</p>


<p>Related posts:<ol><li><a href='http://www.sharms.org/blog/2007/03/resizing-a-ext23-partition/' rel='bookmark' title='Permanent Link: Resizing a EXT2/3 partition'>Resizing a EXT2/3 partition</a></li>
<li><a href='http://www.sharms.org/blog/2009/02/python-commands-module/' rel='bookmark' title='Permanent Link: Python Commands Module'>Python Commands Module</a></li>
<li><a href='http://www.sharms.org/blog/2011/01/automatically-backup-blogs-websites-to-amazon-s3/' rel='bookmark' title='Permanent Link: Automatically Backup Blogs / Websites to Amazon S3'>Automatically Backup Blogs / Websites to Amazon S3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sharms.org/blog/2009/09/encrypted-swap/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

