this post was submitted on 24 Jan 2024
894 points (98.9% liked)
Technology
59148 readers
2260 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well they would have to allow unsigned code to run under the DMA, wouldn't they?
I don't know the details of the DMA, it's definitely possible to provide code-signing to developers that does not go through the app store.
An example of this in practice is Firefox addons. You need to get your extension signed for people to install it, but you can distribute it however. Mozilla of course doesn't charge for signing though. It's just to give them the ability to ban an extension found to be malicious.
No, macOS allows sideloading apps that are still signed by Apple.
You can run unsigned code on macOS. Apple makes it seem scary and dangerous, but it is possible.
Yes, but that's separate from what I'm talking about.
This is most likely how they’re planning on allowing it. Gatekeeper is the macOS tech they use to keep unsigned code from running yet can be from anywhere on the web.