I tried Waydroid on Arch and its amazing. It runs Android apps flawlessly. And with a touchscreen device, I feel like I have an Android tablet running inside my Linux machine.

But I still don’t know what to use it for…

What apps do you use with Waydroid? What use cases do you have for it?

    • Quack Doc@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      It is true that Waydroid isn’t super secure. that being said, it is still just a mostly stock android (unless you download gapps). Root is not exposed to the container so unless an exploit is found it is reasonably secure. There are measures waydroid can take to make it more secure. but as it stands it’s “not bad”

      • boredsquirrel@slrpnk.net
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        5 months ago

        Android relies on SELinux for its app sandbox. On Fedora the Waydroid package has some SELinux rules, but not sure if they are as good.

        Daniel Micay answered under a Waydroid issue and at least on Android I fully trust his knowledge.

        I dont know about exposed root, but Waydroid uses LXC containers and not rootless Podman/Docker.

        The best solution would either be:

        • only run it on Fedora (no Problem for me)
        • harden the SELinux policy when needed
        • switch to a rootless container
        • or on other Distros, use a VM where you can fully control the environment