←back to thread

Apple vs the Law

(formularsumo.co.uk)
377 points tempodox | 1 comments | | HN request time: 0.211s | source
Show context
grishka ◴[] No.44529279[source]
> "...unfortunately, it's impossible to do all the complex engineering to comply with the Commission's current interpretation of the DMA..."

There's nothing complex and impossible about removing some "if" statements responsible for code signature enforcement.

replies(9): >>44529310 #>>44529322 #>>44529363 #>>44529431 #>>44529446 #>>44529695 #>>44530078 #>>44531016 #>>44531269 #
1. ethan_smith ◴[] No.44531269[source]
While signature verification could be disabled with a few code changes, the real challenge is maintaining security boundaries when opening up previously controlled interfaces - it requires rebuilding permission models, API stability guarantees, and sandboxing mechanisms that were designed with closed-system assumptions.