<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Firefox on nagg.eu</title><link>https://nagg.eu/tags/firefox/</link><description>Recent content in Firefox on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 19 Dec 2017 18:03:27 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/firefox/index.xml" rel="self" type="application/rss+xml"/><item><title>Firejail and symlink pointing outside of home directory</title><link>https://nagg.eu/firejail-and-symlink-poiting-outside-of-home-directory/</link><pubDate>Tue, 19 Dec 2017 18:03:27 +0000</pubDate><guid>https://nagg.eu/firejail-and-symlink-poiting-outside-of-home-directory/</guid><description>&lt;p&gt;I normally move &lt;code&gt;/home/user/Downloads&lt;/code&gt; off &lt;code&gt;/home/user&lt;/code&gt; to a secondary mechanical drive and then symlink it back to &lt;code&gt;/home/user&lt;/code&gt;.&lt;br&gt;
Firejail for security reasons does not allow whitelisting directories residing outside of the home directory, the simplest solution I found is mount Download directory using &lt;code&gt;mount --bind&lt;/code&gt;.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;sudo mount --bind /mnt/data/Downloads/ /home/user/Downloads
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;To make the change permanent edit fstab:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;cat /etc/fstab
---
/mnt/data/Downloads /home/user/Downloads none bind
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Self hosting Firefox Sync on CentOS 7</title><link>https://nagg.eu/self-hosting-firefox-sync-on-centos-7/</link><pubDate>Wed, 18 Oct 2017 17:22:49 +0000</pubDate><guid>https://nagg.eu/self-hosting-firefox-sync-on-centos-7/</guid><description>&lt;p&gt;Configuring this piece of poorly documented bloated shit Mozilla came up with was a huge pain in the ass, so excuse the colored language but I am fucking pissed.&lt;br&gt;
The idea was to finally implement a system to synchronize Firefox&amp;rsquo;s bookmarks across multiple devices without giving Mozilla all my personal data.&lt;br&gt;
After some minutes spent researching the subject on the interweb I found out the synchronization system is a huge clusterfuck comprised of multiple components:&lt;/p&gt;</description></item></channel></rss>