Removed by mod
N.E.P.T.R
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.
- 4 Posts
- 422 Comments
Lol this is so fucking real.
N.E.P.T.R@lemmy.blahaj.zoneto
linuxmemes@lemmy.world•Just found this collage I made years ago, but I have no idea whyEnglish
71·16 days agoHe apologized IIRC. He has many other toxic beliefs, a quick web search will show that. It is good that he is no longer part of the greater linux community.
N.E.P.T.R@lemmy.blahaj.zoneto
Privacy@lemmy.ml•Cars are surveillance devices. Here's the proof.English
221·20 days agoReally good video. Instant subscribe.
N.E.P.T.R@lemmy.blahaj.zoneto
linuxmemes@lemmy.world•Avoid this very common mistakeEnglish
2·22 days agoThings sandboxed by Firejail share the same host kernel. Therefore, kernel vulnerabilities could allow for privilege escalation.
Firejail itself is a security-hole. It is a massive root SetUID binary which can and has been used for privilege escalation. I avoid it entirely. Unprivileged sandboxes are better, but lack the built-in profiles provided by Firejail.
If I was trying to sandbox malware, I would use sydbox. It is memory safe (unlike Firejail or Bubblewrap), unprivileged (unlike Firejail), secure sandbox by default (unlike Bubblewrap), extensively uses all relevant Linux security features/modules (more than any other), and actually helps to stop LPE by re-implementing or denying dangerous syscalls like in the case of many of the recent vulnerabilities. Biggest caveat is that it’s not for beginners, even though it abstracts a lot of the complexity. I’d also neverbrun malware in just a sandbox, but use that alongside a proper VM.
TL;DR No sandbox will save you from good malware. Firejail might be enough for script kiddies, but could make your system more vulnerable to privilege escalation attacks. Avoid installing things you don’t need.
N.E.P.T.R@lemmy.blahaj.zoneto
linuxmemes@lemmy.world•Avoid this very common mistakeEnglish
3·22 days agoYou don’t need to say the words “sandboxed” or “isolated” to say effectively the same thing. Your goal with distrobox was to keep the AUR malware separate from your normal system, no?
Security through obscurity is not security. The malware can do the same data exfiltration regardless of root access because the AUR malware has been about stealing secrets in user-readable directories. Setting a custom home for distrobox does not disallow access to the normal one.
Say for example that your default user home is /home/user and you set the distrobox home to /tmp/home
If you run
ls $HOMEinside distrobox it will list files in /tmp/home, but just as easily you could runls /home/$USERand it would list in your default home. Or alternatively just use the find command and steal secrets without targeting the user home.This is because changing the user home through distrobox doesn’t do anything about preventing directory traversal to your default home.
If your goal is to create a different environment and you don’t care that it won’t stop malware, use Incus or Podman directly. Distrobox is the wrong choice.
My point was simple: when dealing with malware, distrobox is not an effective method of creating a “different environment” because that is antithetical to its stated goals.
You can do whatever you want, I am not here to police your choice on your personal system. I only take issue with recommending this strategy to others.
N.E.P.T.R@lemmy.blahaj.zoneto
linuxmemes@lemmy.world•Avoid this very common mistakeEnglish
7·23 days agoDistrobox is not an isolated environment, it is quite the opposite. They say so themselves on their page:
Security implications
Isolation and sandboxing are not the main aims of the project, on the contrary it aims to tightly integrate the container with the host. The container will have complete access to your home, pen drive, and so on, so do not expect it to be highly sandboxed like a plain
docker/podmancontainer or a Flatpak.I would argue that Docker isn’t a good way to stop malware either, since it is highly vulnerable to sandbox escape leveraging the shared host-guest kernel, like the many of LPEs that have been found in the last few months (example using copy-fail).
Docker is not a secure sandbox, Podman is not a secure sandbox, Flatpak is not a secure sandbox. Use a VM, or better yet, don’t use the AUR.
N.E.P.T.R@lemmy.blahaj.zoneto
Open Source@lemmy.ml•android customization/theming apps?English
1·26 days agoI recommend Murine Launcher as your launcher. It allows for themed icon packs.
N.E.P.T.R@lemmy.blahaj.zoneto
Games@sh.itjust.works•What's the rarest Steam achievement you got?English
1·1 month agodeleted by creator
Wizard101.
I probably have over 10k hours in that piece of shit. Autistic obsession for like 5 years straight. Been playing on and off since it came out. Fuck Kingsisle, fuck microtransactions, fuck them lying about it being “free-to-play”, fuck features that only exist to incentivize paying. I still like the game in some ways, it just isn’t a good game.
N.E.P.T.R@lemmy.blahaj.zoneto
Privacy@lemmy.ml•Jolla Phone 2 & Sailfish OS: A Real Third OptionEnglish
6215·1 month agoProprietary OS. Idc if it is “Linux”. Android is Linux, and AOSP is open source. Why use a proprietary Linux distro over something like GrapheneOS which is fully free and open source software. I don’t think any person who cares about their privacy should use SailfishOS. It really seems like privacy-washing and OSS-washing. I say kick proprietary Linux distros out of the community.
If you are on Android, just know it has much weaker security because it is a webview browser with no per-site process isolation. WebView browsers are just reskinned weaker Chromium. Also, of your devices is no longer receiving updates, your webview (built in to the OS) may be very out of date, and Browsers are the most exploited platform.
If you are on iOS, it is just reskinned Safari (WebKit). If you are on desktop, it should be fine (just still chromium).
N.E.P.T.R@lemmy.blahaj.zoneto
Linux Gaming@lemmy.world•A linux gamer asks, "How do I install windows for just one game?"English
8·2 months agoGet the Windows 11 IoT LTSC specifically. IoT is better according to nassgrave, and Windows 11 so you get good compatibility with new games. Not much debloating is needed, just use WinUtil by CTT and tweak/disable shit.
N.E.P.T.R@lemmy.blahaj.zoneto
Linux@programming.dev•OpenMandriva: Statement regarding attempted distribution sabotageEnglish
5·2 months agoThat second link gave me cancer just reading some of that shit.
N.E.P.T.R@lemmy.blahaj.zoneto
Free and Open Source Software@beehaw.org•Tend — A FOSS, privacy-first, and offline android app to help you stay in touch with peopleEnglish
13·2 months agoCan you export/backup the data from the app?
N.E.P.T.R@lemmy.blahaj.zoneto
Privacy@lemmy.ml•Do older android devices spy on you less?English
2·3 months agoIdk how that relates to my comment at all. Yes that is true, part of the reason I’d never use a Samsung. UAD-ng can be used to debloat while keeping the stock OS.
N.E.P.T.R@lemmy.blahaj.zoneto
Privacy@lemmy.ml•Do older android devices spy on you less?English
9·3 months agoIt is worse than the Google Pixel by a lot. Samsung loves spyware (looking at you you preloaded Israel spyware for phones in the middle east), and you still have the Google spyware too (Samsung+Google OS vs just Google). Pixel is pretty clean (compared to other certified Android devices). I used Universal-Android-Debloater-NG on a fresh Pixel 10 and there wasnt much to debloat (without compromising functionality). Avoid phone carriers when buying a phone, more spyware.
My recommendations: Buy a Pixel 9 or 10 (unlocked not from a carrier) and flash GrapheneOS. Way better than stock.


I found the Nym apps to not be stable enought for me to use. I don’t personally recommend. Also I couldn’t find any up-to-date audits on their website (only ones from 2-3 years ago).