this post was submitted on 17 Nov 2023
6 points (100.0% liked)

Linux Gaming

543 readers
1 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

I already have heared about Bottles sandboxing capabilities, but, how this differs from standard Flatpak sandboxing system? Is really secure execute any Windows Software using Bottles? (yes, every machine have his vulnerabilities blah blah)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] d3Xt3r@lemmy.nz 3 points 10 months ago* (last edited 10 months ago) (1 children)

As others have said, no it's not really secure.

But you could always use something like Firejail or Bubblejail to properly sandbox your applications. Also, using technologies like SELinux or AppArmor helps improve your security profile and could protect you against unknown/future exploits.

But most importantly, the best security measure you can take is keeping your system up-to-date, especially kernel updates. Unfortunately, if you're using some small-time distro, they may not update frequently or may not be as quick to respond to security incidents. Even some old-time reputable distros have been pretty bad at updating, like Linux Mint for example.

Also, consider using an immutable distro for added security, preferably one which has SELinux enabled and configured out-of-the-box, such as Bazzite.

[โ€“] RuikkaaPrus@lemmy.ml 2 points 10 months ago

I forgot Firejail and Bubblejail. These are good tools. I mean, only need to learn use it xd But actually sounds good.