<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5408&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Hardening Linux, minimal, to ultra.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5408</link>
		<description><![CDATA[The most recent posts in Hardening Linux, minimal, to ultra..]]></description>
		<lastBuildDate>Wed, 21 Dec 2022 11:46:40 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39522#p39522</link>
			<description><![CDATA[<p>The overlayrootfs package is now available in testing/unstable:</p><div class="quotebox"><blockquote><div><p>This package adds functionality to an initramfs built by initramfs-tools. When installed and configured, the initramfs will mount an overlayfs filesystem on top of a read-only root volume.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 21 Dec 2022 11:46:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39522#p39522</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39518#p39518</link>
			<description><![CDATA[<p>And there&#039;s also samhein &amp; tripwire, which are <em>Suggests</em> for the lynis package in Devuan.</p><p>EDIT: debsecan is another good one.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 20 Dec 2022 18:27:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39518#p39518</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39517#p39517</link>
			<description><![CDATA[<p>The latest issue of Linux Magazine (called Linux Pro in some countries) has an article on Lynis, a tool to help harden Linux systems. I&#039;ve not had time to read the article, but it&#039;s probably worth looking at (just put Lynis into your favourite serach engine and you should find it).</p><p>HTH</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Tue, 20 Dec 2022 17:22:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39517#p39517</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39509#p39509</link>
			<description><![CDATA[<div class="quotebox"><cite>Devarch wrote:</cite><blockquote><div><p>The script looks too complicated</p></div></blockquote></div><p>That&#039;s the entire <span class="bbc">init</span> script from Alpine&#039;s initramfs. The only bits that are needed are a few fstab lines — the <span class="bbc">mount</span> commands in my link show what options are needed for that.</p><p>Thanks for the links, very useful.</p><p>EDIT: and in respect of Qubes and their &quot;secure&quot; virtualisation:</p><div class="quotebox"><cite>Theo de Raadt wrote:</cite><blockquote><div><p>&gt; Virtualization seems to have a lot of security benefits.</p><p>You&#039;ve been smoking something really mind altering, and I think you<br />should share it.</p><p>x86 virtualization is about basically placing another nearly full<br />kernel, full of new bugs, on top of a nasty x86 architecture which<br />barely has correct page protection.&#160; Then running your operating<br />system on the other side of this brand new pile of shit.</p><p>You are absolutely deluded, if not stupid, if you think that a<br />worldwide collection of software engineers who can&#039;t write operating<br />systems or applications without security holes, can then turn around<br />and suddenly write virtualization layers without security holes.</p><p>You&#039;ve seen something on the shelf, and it has all sorts of pretty<br />colours, and you&#039;ve bought it.</p><p>That&#039;s all x86 virtualization is.</p></div></blockquote></div><p><a href="https://marc.info/?l=openbsd-misc&amp;m=119318909016582" rel="nofollow">https://marc.info/?l=openbsd-misc&amp;m=119318909016582</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 19 Dec 2022 18:54:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39509#p39509</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39508#p39508</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>Devarch wrote:</cite><blockquote><div><p>immutability</p></div></blockquote></div><p>How about <a href="https://wiki.archlinux.org/title/Overlay_filesystem" rel="nofollow">overlayfs</a>? Mount the root partition read-only with a writeable overlay that is lost on reboot.</p><p>Alpine uses overlayfs to run in RAM:</p><p><a href="https://gitlab.alpinelinux.org/alpine/mkinitfs/-/blob/master/initramfs-init.in#L535" rel="nofollow">https://gitlab.alpinelinux.org/alpine/m … it.in#L535</a></p></div></blockquote></div><p>Yes, I&#039;m using overlayfs</p><p>The script looks too complicated. There are much simplier solutions: </p><p>1. <a href="https://packages.debian.org/bullseye/bilibop" rel="nofollow">https://packages.debian.org/bullseye/bilibop</a>&#160; uses overlayfs or aufs if aufs is in the kernel, easy to use</p><p>2. <a href="https://www.kicksecure.com/wiki/Grub-live#Installation_/_Getting_started" rel="nofollow">https://www.kicksecure.com/wiki/Grub-li … ng_started</a> adds live boot entry</p><p>did not find smth similar for BSD family. They are using unionfs but I&#039;ve no idea if it is useful and how to use it.</p><p>Also I do not understand the concept of &quot;reasonably secure operating system&quot; qubes. They are using systemd and have no immutability. All the logs, traces or malvares are persistent. Strange.</p>]]></description>
			<author><![CDATA[dummy@example.com (Devarch)]]></author>
			<pubDate>Mon, 19 Dec 2022 18:52:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39508#p39508</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39507#p39507</link>
			<description><![CDATA[<div class="quotebox"><cite>Devarch wrote:</cite><blockquote><div><p>immutability</p></div></blockquote></div><p>How about <a href="https://wiki.archlinux.org/title/Overlay_filesystem" rel="nofollow">overlayfs</a>? Mount the root partition read-only with a writeable overlay that is lost on reboot.</p><p>Alpine uses overlayfs to run in RAM:</p><p><a href="https://gitlab.alpinelinux.org/alpine/mkinitfs/-/blob/master/initramfs-init.in#L535" rel="nofollow">https://gitlab.alpinelinux.org/alpine/m … it.in#L535</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 19 Dec 2022 16:38:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39507#p39507</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39502#p39502</link>
			<description><![CDATA[<p>ooh,<br />something new to me Cheerful Charlie.<br />Magic.<br />Reasons to be Cheerful part 3 (Ian Dury &amp; the Blockheads.)</p>]]></description>
			<author><![CDATA[dummy@example.com (andyp67)]]></author>
			<pubDate>Sun, 18 Dec 2022 22:41:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39502#p39502</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39501#p39501</link>
			<description><![CDATA[<p>Using ssh etc?&#160; Install fail2ban.</p>]]></description>
			<author><![CDATA[dummy@example.com (Cheerful Charlie)]]></author>
			<pubDate>Sun, 18 Dec 2022 22:29:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39501#p39501</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39499#p39499</link>
			<description><![CDATA[<p>The modalities - cardinal, fixed, mutable.<br />Devarch I like your words, I need to take some time and think about them.</p>]]></description>
			<author><![CDATA[dummy@example.com (andyp67)]]></author>
			<pubDate>Sun, 18 Dec 2022 21:37:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39499#p39499</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39495#p39495</link>
			<description><![CDATA[<p>To my mind there is no hardening without immutability. The system must be vierge after reboot.</p>]]></description>
			<author><![CDATA[dummy@example.com (Devarch)]]></author>
			<pubDate>Sun, 18 Dec 2022 20:30:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39495#p39495</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39484#p39484</link>
			<description><![CDATA[<p>This post had nearly 500 views.<br />I wish Robert Shingledecker was here, he&#039;s the man.</p>]]></description>
			<author><![CDATA[dummy@example.com (andyp67)]]></author>
			<pubDate>Sun, 18 Dec 2022 15:11:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39484#p39484</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39481#p39481</link>
			<description><![CDATA[<p>I minimal installed daedalus netinstall unstarred standard system utilities.<br />Installed wireless and net-tools for ifconfig hw ether MAC.<br />Network up and install bzip2 rsync cpufrequtils man-db gdisk dosfstools mtools iptables debfoster psmisc usbutils locate discover mdetect mime-support gdbm-l10n and bsdextrautils, for hexdump.<br />Install refractainstaller-base and refractasnapshot-base and dpkg -P sudo.<br />Make a snapshot, boot snapshot and network up and install X and download xinit.<br />I copy /var/cache/apt/archives and xinit to ssd.<br />I make another snapshot, boot that and install X and xinit.<br />I network up and install icewm and netsurf-gtk.<br />I startx from user.<br />Here I am right now and on my display I have UXTerm and Beaver editor(copy paste password,) and Netsurf.<br />Anacron is not installed.<br />Andy!<br />and vi+148 /usr/share/initramfs-tools/hooks/live</p>]]></description>
			<author><![CDATA[dummy@example.com (andyp67)]]></author>
			<pubDate>Sun, 18 Dec 2022 14:51:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39481#p39481</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39478#p39478</link>
			<description><![CDATA[<p>Super fsmithred thank you.<br />I will check it out asap.<br />Right now I&#039;m on a telephone, my laptop is creating a snapshot, and about to make my third and last coffee of the day, I had a bottle of Greek wine yesterday evening, that&#039;s one and a half kilos.</p>]]></description>
			<author><![CDATA[dummy@example.com (andyp67)]]></author>
			<pubDate>Sun, 18 Dec 2022 13:02:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39478#p39478</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39477#p39477</link>
			<description><![CDATA[<div class="quotebox"><cite>andyp67 wrote:</cite><blockquote><div><p>Why don&#039;t I have /var/log/messages anymore,<br />not because I have noatime in fstab, and rsync installed.<br />I hope it&#039;s not a new feature.<br />tail -f /var/log/messages is handy.<br />I have a minimal console install, I&#039;m being extremely careful, I havn&#039;t broken anything, I do that in a RefractaSS.</p></div></blockquote></div><p>You might be running into this problem:<br />https://dev1galaxy.org/viewtopic.php?id=5096</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 18 Dec 2022 12:53:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39477#p39477</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hardening Linux, minimal, to ultra.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39476#p39476</link>
			<description><![CDATA[<p>Why don&#039;t I have /var/log/messages anymore,<br />not because I have noatime in fstab, and rsync installed.<br />I hope it&#039;s not a new feature.<br />tail -f /var/log/messages is handy.<br />I have a minimal console install, I&#039;m being extremely careful, I havn&#039;t broken anything, I do that in a RefractaSS.</p>]]></description>
			<author><![CDATA[dummy@example.com (andyp67)]]></author>
			<pubDate>Sun, 18 Dec 2022 12:47:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39476#p39476</guid>
		</item>
	</channel>
</rss>
