Skip to content

Commit

Permalink
more info
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 authored and dngray committed Dec 28, 2021
1 parent 40a1ef3 commit 85a71f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions collections/_evergreen/linux-desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ <h5>Linux-Hardened</h5>
<h5>Hardened memory allocator</h5>
<p>The <a href="https://github.com/GrapheneOS/hardened_malloc">hardened memory allocator</a> from <a href="https://grapheneos.org/">GrapheneOS</a> can be used on Linux distributions. It is available by default on Whonix and is available as an <a href="https://wiki.archlinux.org/title/Security#Hardened_malloc">AUR package</a> on Arch based distributions. If you are using the AUR package, consider setting up <code>LD_PRELOAD</code> as described in the <a href="https://wiki.archlinux.org/title/Security#Hardened_malloc">Arch Wiki</a>.</p>

<h5>Umask</h5>
<p>Consider changing the default UMASK for both regular users and root to 077.</p>

<h5>Mountpoint hardening</h5>
Consider adding <code>nodev</code>, <code>noexec</code>, <code>nosuid</code> to mountpoints which do not need them. Typically, these could be applied to <code>/boot</code>, <code>/boot/efi</code>, <code>/home</code>, <code>/root</code>, <code>/var</code>.
If you use <a href="https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/">Toolbox</a>, <code>/var/log/journal</code> must not have any of those options.
If you are on Arch Linux, do not apply <code>noexec</code> to <code>/var/tmp</code>.

<h5>USBGuard</h5>
<p>Consider following the <a href="https://wiki.archlinux.org/title/USBGuard">Arch Wiki</a> to set up USBGuard.</p>

Expand Down

0 comments on commit 85a71f0

Please sign in to comment.