Hey there, Just wondering is Linux on an Android device (through UserLAnd or else) is as secure as Linux as the main OS.

Edit…Should say private not secure

Tanx much

  • @CameronDev@programming.dev
    link
    fedilink
    175 months ago

    This is a bit of a “how long is a piece of string” question, security is multifaceted.

    From what I understand, it uses your phones kernel, so if its out of date or vulnerable, that might be a problem, and you may not be able to fix that.

    Conversely, its running inside android, so the android hardening might make it more secure.

    What are you specifically concerned about? Firewall? Zero days? Antimalware?

    • CkrnkFrnchMnOP
      link
      fedilink
      45 months ago

      I didn’tt write my question properly…what I meant to say was privacy and not security

      • @CameronDev@programming.dev
        link
        fedilink
        25 months ago

        Still a bit open ended. Web browser finger printing is probably going to be quite specific, unless you have a browser that avoids fingerprinting.

        There is a trust issue, you need to trust the userland packagers to not build in any additional tracking, but its pretty unlikely that they’ll do that given its a tiny project.

        Privacy is also multifaceted, and its never going to be as simple as “use this distro”. The techniques for online tracking are changing and evolving all the time.

  • @scratchandgame@lemmy.ml
    link
    fedilink
    Tiếng Việt
    15 months ago

    Oh, I heard you are saying about privacy. The programs you are using have unlimited access to your filesystem if you do not sandbox it.

  • @eldavi@lemmy.ml
    link
    fedilink
    -3
    edit-2
    5 months ago

    Vanilla Android: no

    f-droid, lineage, et al. on an Android phone: yes with caveats.

  • @chronicledmonocle@lemmy.world
    link
    fedilink
    4
    edit-2
    5 months ago

    How secure an OS is depends entirely on the configuration. A Linux install can be less secure than Windows or macOS, if configured so.

    Linux tends to be more secure OOTB because distro devs tend to be security conscious. Android is also fairly secure, since it has no root access, sandboxes applications to a degree, and has other hardening employed. However, Android is also very vast and built for various devices by many manufacturers, so it also depends on them.