The developers of the Manjaro Linux distribution, built on the basis of Arch Linux and aimed at beginners, announced the beginning of testing a new service MDD (Manjaro Data Donor), designed to collect statistics about the system and send it to the external server of the project. The author of the MDD intended to enable telemetry by default (opt-out), but the decision has not yet been approved and, judging by the objections of some developers and users, it is likely that telemetry will be offered as an option requiring prior consent of the user (a request to enable telemetry is proposed to be added to the greeting interface after the first download).

The report includes data such as host name, kernel version, desktop component versions, detailed information about hardware and drivers involved, screen size and resolution information, network device MAC addresses, disk serial numbers, disk partition data, information about the number of running processes and installed packages, versions of basic packages such as systemd, gcc, bash and PipeWire.

The sent data is stored on the project server in the ClickHouse database and visualized using the Grafana platform. The IP addresses of users are not stored, and the hash from the /etc/machine-id file is used as the system identifier.

Аccording to the code https://github.com/manjaro/mdd/blob/master/mdd.py#L40 sends everything.

    • Buffalox@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      2
      ·
      3 hours ago

      The MAC address is anonymized with sha256, and IP adresses aren’t stored.
      So this seems to me to be perfectly anonymous.

      • GolfNovemberUniform@lemmy.ml
        link
        fedilink
        arrow-up
        11
        ·
        3 hours ago

        Why collect such data though? And you can call some Big Tech telemetry completely anonymous too if you trust their explanations.

        • Buffalox@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 hours ago

          You can see the code of what is send.
          I’m not aware that Google claims they collect data anonymously, on everything where you are logged in.
          So that’s a false equivalence.

          • GolfNovemberUniform@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            3 hours ago

            I’m not aware that Google claims they collect data anonymously, on everything where you are logged in.

            I meant other companies but ok.

      • gnuhaut@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        31 minutes ago

        MAC addresses are 48 bit, and half of that is just the manufacturer. So 24 bits really, and those bits aren’t random, I think manufacturers just assign these based on some scheme, like a serial number. Point is you could easily reverse the SHA by brute force.

        You can’t calculate any useful statistic from a hash so literally the only use this would have is some sort of tracking.

    • Bezier@suppo.fi
      link
      fedilink
      arrow-up
      17
      ·
      3 hours ago

      Thought it’s probably fine after reading the title, but this shit isn’t fine. What the fuck.