• SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    They 100% would stop you if they could.

    It’s why Google’s website DRM thing was so scary.

    • Hello Hotel@lemmy.world
      cake
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      3 months ago

      Actually its phone OEM googled AOSP linux or as ive started calling it OEM+Google+AOSP/Linux /s

      Googled android or “Google/AOSP” is probably correct

  • gbzm@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    I actually heard something about that in class not long ago

    The story is that Android’s security heavily relies on the compartmentalization of apps that lives in the android layer, over the Linux kernel. Apparently, that functionality works in part because only this layer can perform operations that require root access, no app or user can. So software that allows you to root your phone apparently breaks this requirement, and makes the whole OS insecure. He even heavily implied that one should never root their phone with ‘free’ software found on the internet because that was usually a front for some nefarious shit regarding your data.

    I’m just parroting a half-understood and half-remebered speech from a security expert. His credentials were impressive but I have no ability to judge that critically, if anyone knows more about this feel free to correct me.

    • johannesvanderwhales@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      Isn’t saying that allowing apps to have root lets them access anything just describing what root is? A rooted phone doesn’t have to give superuser access to every app.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        A rooted phone doesn’t have to give superuser access to every app.

        Sure, but apps that run as superuser can access anything, including the data and memory for banking apps. A big part of Android’s security model is that each app runs as a different user and can’t touch data that’s exclusively owned by another user.