this post was submitted on 26 Jul 2023
168 points (98.8% liked)

Technology

33708 readers
575 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 11 months ago

The technology is useless if you can pass an integrity check just by running as admin. The point is that Google has control over what the process is doing and knows if you're tampering with it. I guess nothing would stop you from making a device's that uses the hdcp osd support to draw black boxes over ads you find using accessibility information, but if you're able to modify the page through extensions or developer tools or memory manipulation, then you're able to make automated API calls, and preventing that is supposedly the whole point of this system.

The reason for using an external device to overlay data on the video signal is that there is a browser API for tracking occlusion. It's supposed to be used for things like disabling animations of elements that are not visible, but could be unethically used for things like making you pay extra to listen to videos if you don't have an extra display to put them on.

I don't know why you think secure computing doesn't relate to driver control. Drivers run with special privileges and can modify protected memory. This is why people write root kits, and detecting those root kits is one of the primary motivations behind secure computing.