• 1 Post
  • 38 Comments
Joined 1 year ago
cake
Cake day: November 17th, 2024

help-circle

  • Suppose you’re in some hypothetical country where torrenting is illegal. The presence of /usr/bin/qbittorrent on your disk could be enough to face charges. Unencrypted /var/log? Maybe they can see you’ve been running a cryptocurrency miner. There could be plenty of data outside of $HOME on your computer which a cop might try to use against you.

    In the most paranoid hypothetical scenario, someone could mount your unencrypted /usr/bin and replace openssl with a compromised version.






  • CrackedLinuxISO@lemmy.dbzer0.comtoLinux@lemmy.mlAntiviruses?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 month ago

    I wouldn’t think so. Isn’t bottles just an easier way to manage wine prefixes? If so, it doesn’t do anything to hide your Linux system from the executable.

    Wine prefixes are not sandboxes. They are a way to separate the windows-level configuration for different programs (eg env vars, or drivers, etc).

    Wine is a translation layer between a compiled windows binary and your Linux syscalls/libraries/device drivers/etc, nothing more.










  • The pain of keeping it around will outweigh the pain of needing it and not having it.

    Quick boot into windows to help a friend test something on your machine?

    • Twenty-five bajillion updates since you never logged in
    • Windows “helpfully” cleaning up your Linux bootloader
    • Any shared NTFS partition between windows and Linux is almost guaranteed to be left in a “dirty” state when windows shuts down, meaning you have to run ntfsfix before Linux will mount it again

    And suddenly, that’s where you’ll be spending the whole afternoon. I agree with the others who say a VM is probably good enough.