• Gestrid@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 months ago

    To be fair, you can’t write wherever you want on Android, either. For example, you can’t write to most of the files in /Android unless you use one of the many, many exploits to do so since it’s basically a protected system area.

    • kautau@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      5 months ago

      That’s fair, I was more concerned with someone getting mad at increased security like sandboxing is a bad thing

      • Human Penguin@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 months ago

        He was more mad at the app developers for not putting effort into mzking the android port appropriate for android. And the fact that they don’t bother providing common needed functions for android apps. Like configurable settings.

        Im not an expert on either as I tend to be a linux pc developer.

        But user accounts is the way linux handles a program having its own space. Andriod has def made a choice from the begging not to have, and now to limit. The multi user part of linux. Assigning a user and group account to programs. Works great as a way of limiting programs ability to interfere with files of other programs without su access to allow the approval of only assess to those approved.

        So I agree android makes a bad choice to ignore any extra protection.