

You don’t have to sandbox he browser with Bubblejail if you don’t want. I was only suggesting it and providing instructions in case you wanted an extra layer of isolation.
I’m the Never Ending Pie Throwing Robot, aka NEPTR.
Linux enthusiast, programmer, and privacy advocate. I’m nearly done with an IT Security degree.
TL;DR I am a nerd.


You don’t have to sandbox he browser with Bubblejail if you don’t want. I was only suggesting it and providing instructions in case you wanted an extra layer of isolation.


The browser can’t create unprivileged namespaces because Flatpak blocks access to namespace creation. This DOES interfere with an important method of sandboxing used by browsers on Linux. It makes site isolation weaker, which could allow an attacker from a malicious site to steal information from any open tab, or possibly escape the sandbox. Browser sandboxes are multilayered for a reason, one less layer makes exploitation exponential easier. The Firefox Flatpak is official, but that doesn’t mean it is safe. Flatpak sandboxing is substantially less strong than a browser’s isolation strategy This because Flatpak is a general purpose sandbox mostly meant for making distribution of software easy by providing an identical environment across all Linux distros, not for rigid security. Browser’s provide a more fine grained sandbox that is designed around the threat model that the website is compromised/malicious and is attempting to hack you, since websites are effectively just apps. Don’t use Flatpak’d browsers at all, or the very least not as your default.


Dont install browsers as Flatpaks, very bad for security. Flatpaks use Bubblewrap, but that isnt the reason they degrade browser security. Bubblejail is an app that makes sandboxing with Bubblewrap easy and didn’t integer with the browser’s own sandbox (unlike Flatpak). I don’t know if Firefox supports hardened_malloc now.


To use Firefox, you need to use ujust with-standard-malloc firefox (or something like that). It also needs user namespaces (same with Mullvad VPN/Browser), run ujust set-unconfined-userns on
Follow these steps to make Firefox run with standard malloc:
For Firefox with no sandboxing …
cp /usr/share/applications/firefox.desktop ~/.local/share/applications/firefox.desktopExec=firefox to Exec=ujust with-standard-malloc firefoxFor Firefox with Bubblejail, assuming you have already created a profile named Firefox and generated the desktop entry. Edit the file ~/.local/share/bubblejail/instances/Firefox/services.toml and add the following snippet:
[debug]
raw_bwrap_args = [
"--ro-bind",
"/dev/null",
"/etc/ld.so.preload",
]


I recommend Secureblue.
To install Firefox on Secureblue, run rpm-ostree install firefox
To install Mullvad VPN, run ujust install-vpn, select Mullvad, wait for it to complete, and run rpm-ostree install mullvad-browser
For browsers, you obviously are going to install Mullvad and Firefox, but no need to install a Blink-based browser because it comes with Trivalent (significantly security hardened Chromium). Since Trivalent only supports MV3 you will need uBl Lite and NoScript supports MV3.
I recommend sandboxing your browsers (except Trivalent) using Bubblejail. For Mullvad/Firefox, create a Bubblejail instance using the config app, create a profile, give it access to Wayland, PulseAudio (sound), Pipewire (screenshare), and use slirp4netns, then run bubblejail generate-desktop-entry INSTANCE_NAME --desktop-entry /usr/share/applications/INSTANCE_NAME.desktop. I recommend adding access to ~/Downloads for the browsers.
Consult the FAQ for more tips/tricks and security toggles. Also use the ujust command line utility to configure the system.


Personally my favorite distros that I tried this year are the following:
General:
Gaming:
I am willing to elaborate on my choices.


I have been liking CachyOS as well. I reluctantly switched from Fedora after I kept getting weird problems (definitely a “my PC” thing, I wish I could upgrade).
Features I like about Cachy:
What I wish was different:
The point of my comment wasn’t that OP was in “real danger” if they showed local IPs, just that it doesn’t hurt. Never give more information than necessary. I censor usernames and filepaths on any screenshots of the terminal, even though if an actor has the kind of access to utilize that information I am probably already fucked. I think it is good practice to always scrutinize the information you give out willingly.
Just block ICMP lol /s


And I dont like GNU even more than systemd lol.
I was taught in my IT Sec classes to avoid sharing any unnecessary information. Information on private IPs can be used to better understand your network, allowing a threat actor to better navigate your network without needing to do ip scans (which are very obvious and should trigger even basic detection). While it is most likely pointless (since OP probably isnt at risk of targeted attacks), it is still good opsec.
I much prefer the looks and feel of GTK4 libadwaita apps over Qt6. I switched to KDE Plasma after using GNOME for awhile because I wanted to see if I noticed any improvement in stability, I want to theme my apps, and I prefer to avoid extensions (it is a security risk). I still very much miss GNOME with the 3-4 extensions that I installed, it just felt so much more polished, consistent, and free of bugs and broken features (looking at you theme search and desktop animations installer).


Run the following command in the directory containing the .desktop launcher: ./start-tor-browser.desktop --register-app
This integrates the launcher and makes it accessible from your start menu or app search (for your user).


My personal reasons for disliking systemd (note: I still use systemd):
The biggest feature I like about systemd is run0, though I wish it was a drop in replacement for sudo. Secondly, I do like that services can be sandboxed.


2nding RethinkDNS, since you can also use a Wireguard profile with it for system-wide VPN. Normal the app (and apps like it like TrackerControl) would replace a VPN because it runs a local VPN (using the android feature) to filter system traffic.


It started as a fork of the now defunct Mandriva Linux. Mageia isn’t a new Linux distro (in age). Otherwise it is just a normal Linux distro from what I can tell.


Valhiem
A browser is a while different beast. Firefox has half as many lines of code as the Linux kernel, just for comparison. Security must be topnotch since the that model is to treat the website as if it is already malicious. Even with all of Firefox’s developers, it lags behind Chromium in sandboxing/isolation and exploit mitigations.


Then that could be used to fingerprint too.