Stories
Slash Boxes
Comments

SoylentNews is people

posted by martyb on Monday April 08 2019, @06:59PM   Printer-friendly
from the what-to-do? dept.

A hot thread on openSUSE's forums titled "Does openSUSE track users?" started with the discovery of the OP that openSUSE creates a UUID (Universally Unique IDentifier - Wikipedia) for each installed system and that is automatically reported to SUSE "for statistical purposes" without even informing the installer that such feature exist. The OP raised valid concerns that the IP address is personal data and when combined with an UUID creates an even more distinguishable unique identifier, so he argued that this must be clarified during installation and be an opt-in, rather than silently enforced, because it creates a possibility for fingerprinting/profiling.

Admins explained that it can be disabled by deleting /var/lib/zypp/AnonymousUniqueId. Obviously this is a post-factum possibility as one cannot do it during installation. Or to avoid it - one must be disconnected and install from DVD, then delete the file before running any software update.

Forum users commented on the website itself too. The OP found that SUSE's terms and the site tools for personal data control are not GDPR (General Data Protection Regulation - https://eugdpr.org/, Wikipedia) compliant. He shared his observations that:

- too much data is required during account registration which is technically not necessary for just writing in the forums or reporting bugs (physical address, phone, job, zip etc). He reported that in a bug report which was closed as "RESOLVED DUPLICATE" of a similar bug which itself was closed earlier as INVALID. Although he reopened the referenced bug, so far it didn't catch anyone's attention.

- personal data is shared with multiple third party entities in a catch-all agreement without that being technically necessary which also contradicts the GDPR principle of data processing minimisation

- there is no possibility for granular opt-in/out for any of this but just one single catch-all forced consent which one must accept which in fact enforces one to accept multiple policies of third parties (Google, Live Chat, Facebook etc) because of the 3rd party resources the sites of SUSE use

- the privacy policy of SUSE is misleading as it justifies "legitimate interest" basing it on Article 6(1)(f) of GDPR while ignoring an essential part of the same article - that legitimate interest cannot overpower fundamental rights, one of which is the right to personal data protection

- there are no tools for one to control one's personal data as the GDPR mandates (download, erase, restrict processing etc)

The OP even filed a request for erasure as per Article 17 of GDPR but neither SUSE's privacy team, nor SUSE's DPO replied to him so far (for more than a week) although GDPR says that such requests must be handled "without undue delay". Meanwhile Microfocus replied to him that his data has been erased but it was not - he could still login and see all his profile data.

A mod locked the thread claiming that "further discussion is pointless" and "you have legal choices" missing the essential point - that SUSE failed to provide those choices as it must and leaves only one choice: to lodge a legal complaint against the data controller.

All this is quite similar to what most sites and companies do. Perhaps to make GDPR count we should all be more active in lodging complaints.

A link to the thread:

https://forums.opensuse.org/showthread.php/535322-Does-openSUSE-track-users


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by DannyB on Tuesday April 09 2019, @02:14PM (5 children)

    by DannyB (5839) Subscriber Badge on Tuesday April 09 2019, @02:14PM (#826751) Journal

    Oh dear, I must be doing something wrong:

    danny@danny-mint19-vm02:~$ fuck systemd

    Command 'fuck' not found, did you mean:

        command 'suck' from deb suck
        command 'fsck' from deb util-linux
        command 'duck' from deb duck

    Try: sudo apt install

    danny@danny-mint19-vm02:~$ sudo apt update && sudo apt upgrade -y && sudo apt install fuck
    [sudo] password for danny:
    Ign:1 http://mirrors. [mirrors.] . . . . blah blah blah . . ..
    The following packages will be upgraded:
    . . . blah blah . . .
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 1,111 kB of archives.
    . . . blah blah . . .
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package fuck
    danny@danny-mint19-vm02:~$

    If that package cannot be found, then why is there a 'yes' command?
    Especially when the yes command can generate an infinite number of 'no' by using:
    $ yes no
    no
    no
    no
    . . . to infinity and beyond . . .

    --
    The lower I set my standards the more accomplishments I have.
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2, Touché) by Debvgger on Tuesday April 09 2019, @02:41PM (1 child)

    by Debvgger (545) on Tuesday April 09 2019, @02:41PM (#826776)

    Sounds like you can't get laid then. Sorry.

    • (Score: 2) by DannyB on Tuesday April 09 2019, @03:14PM

      by DannyB (5839) Subscriber Badge on Tuesday April 09 2019, @03:14PM (#826809) Journal

      I suppose I could develop a new 'no' command which can generate an infinite sequence of 'yes' outputs.

      I'm going to patent this new technique I just invented!

      sudo cp /usr/bin/yes /usr/bin/no

      People will pay the patent license fee because it will cause 'no' to mean 'yes' again! Trump will be grateful.

      --
      The lower I set my standards the more accomplishments I have.
  • (Score: 2) by NotSanguine on Tuesday April 09 2019, @04:05PM (2 children)

    What you really need is this bit:

    [notsanguine@venkman ~]$ cat fuck
    #!/bin/sh
    echo "Yeah! Fuck "${1}"!"
    echo "Amen Brother!"
    [notsanguine@venkman ~]$

    And you can fuck anything you want!

    It'll be up on github shortly. Perhaps Debian will include it in a future release. :)

    --
    No, no, you're not thinking; you're just being logical. --Niels Bohr
    • (Score: 2) by maxwell demon on Tuesday April 09 2019, @06:16PM (1 child)

      by maxwell demon (1608) on Tuesday April 09 2019, @06:16PM (#826969) Journal

      I think you've got a bug here.

      $ fuck the advertisers
      Yeah! Fuck the!
      Amen Brother!
      $

      --
      The Tao of math: The numbers you can count are not the real numbers.
      • (Score: 4, Funny) by NotSanguine on Tuesday April 09 2019, @07:00PM

        I think you've got a bug here.

        $ fuck the advertisers
                Yeah! Fuck the!
                Amen Brother!
                $

        That's not a bug, that's a feature! I don't do threesomes (or more-somes). :)

        But if you do swing that way, try the 'swinger' command:
        #!/bin/sh
        echo "Yeah! Fuck "${@}"!"
        echo "Amen Brother!"

        Output:
        [notsanguine@venkman ~]$ swinger all the single ladies
        Yeah! Fuck all the single ladies!
        Amen Brother!
        [notsanguine@venkman ~]$

        Better now?

        --
        No, no, you're not thinking; you're just being logical. --Niels Bohr