<?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>Security &#8211; Harry Jackson</title>
	<atom:link href="http://127.0.0.1:8090/tag/security/feed" rel="self" type="application/rss+xml" />
	<link>http://127.0.0.1:8090</link>
	<description>Parent, Painter, Programmer</description>
	<lastBuildDate>Sat, 31 Dec 2005 11:31:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>chrooting exim4</title>
		<link>http://127.0.0.1:8090/chrooting_exim4.htm</link>
					<comments>http://127.0.0.1:8090/chrooting_exim4.htm#respond</comments>
		
		<dc:creator><![CDATA[harry]]></dc:creator>
		<pubDate>Sat, 31 Dec 2005 11:31:12 +0000</pubDate>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Exim4]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">http://www.hjackson.org/wp/?p=304</guid>

					<description><![CDATA[If you ever get this error while chrooting exim4 then make sure that you have copied over /etc/services into your chroot directory. T=remote_smtp defer (-1): TCP port &#8220;smtp&#8221; is not defined for remote_smtp transport]]></description>
										<content:encoded><![CDATA[<p>If you ever get this error while chrooting exim4 then make sure that you have copied over /etc/services into your chroot directory.<br />
T=remote_smtp defer (-1): TCP port &#8220;smtp&#8221; is not defined for remote_smtp transport</p>
]]></content:encoded>
					
					<wfw:commentRss>http://127.0.0.1:8090/chrooting_exim4.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Chrooting Squid, Apache and Perl</title>
		<link>http://127.0.0.1:8090/chrooting_squid_apache_and_perl.htm</link>
					<comments>http://127.0.0.1:8090/chrooting_squid_apache_and_perl.htm#respond</comments>
		
		<dc:creator><![CDATA[harry]]></dc:creator>
		<pubDate>Fri, 30 Dec 2005 00:44:14 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Squid]]></category>
		<guid isPermaLink="false">http://www.hjackson.org/wp/?p=301</guid>

					<description><![CDATA[Is fairly straight forward. You will need to be able to use the following commands with some confidence ldd strace rsync cp Tips. When copying files make sure your umask is set to 022 and alias cp as follows: alias cp=&#8221;cp -p&#8221; If you are copying over any perl XS files ie *.so files make &#8230; <p class="link-more"><a href="http://127.0.0.1:8090/chrooting_squid_apache_and_perl.htm" class="more-link">Continue reading<span class="screen-reader-text"> "Chrooting Squid, Apache and Perl"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>Is fairly straight forward.<br />
You will need to be able to use the following commands with some confidence<br />
ldd<br />
strace<br />
rsync<br />
cp<br />
Tips. When copying files make sure your umask is set to 022 and alias cp as follows:<br />
alias cp=&#8221;cp -p&#8221;<br />
If you are copying over any perl XS files ie *.so files make sure you also use ldd on these. As an example the PostgreSQL drivers require:<br />
ldd usr/lib/perl5/auto/DBD/Pg/Pg.so<br />
libpq.so.3 =&gt; /usr/lib/libpq.so.3 (0xb7fbf000)<br />
libc.so.6 =&gt; /lib/tls/libc.so.6 (0xb7e89000)<br />
libssl.so.0.9.7 =&gt; /usr/lib/i686/cmov/libssl.so.0.9.7 (0xb7e58000)<br />
libcrypto.so.0.9.7 =&gt; /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7d59000)<br />
libkrb5.so.3 =&gt; /usr/lib/libkrb5.so.3 (0xb7cf1000)<br />
libcrypt.so.1 =&gt; /lib/tls/libcrypt.so.1 (0xb7cc4000)<br />
libresolv.so.2 =&gt; /lib/tls/libresolv.so.2 (0xb7cb2000)<br />
libnsl.so.1 =&gt; /lib/tls/libnsl.so.1 (0xb7c9d000)<br />
libpthread.so.0 =&gt; /lib/tls/libpthread.so.0 (0xb7c8e000)<br />
/lib/ld-linux.so.2 =&gt; /lib/ld-linux.so.2 (0x80000000)<br />
libdl.so.2 =&gt; /lib/tls/libdl.so.2 (0xb7c8b000)<br />
libk5crypto.so.3 =&gt; /usr/lib/libk5crypto.so.3 (0xb7c68000)<br />
libcom_err.so.2 =&gt; /lib/libcom_err.so.2 (0xb7c65000)<br />
A quick way to find your shared object files is as follows.<br />
find /chroot_directory_name/usr/ | grep perl | grep &#8220;.*\.so$&#8221;<br />
You will already have copied most of the shared object files over while copying squid and apache but there are most likely a few extra ones you are going to need in particular if you are using the DBI.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://127.0.0.1:8090/chrooting_squid_apache_and_perl.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
