Hacker News new | ask | show | jobs
by icarus_camp 2258 days ago
I wonder how this will play our on the OS X version of LoL. Apple straight killed that Zoom webserver awhile back with an OS update. I wonder if they make a similar move here against Kernel Level anti cheat? Assuming you even pull it off on OS X.
1 comments

> Assuming you even pull it off on OS X.

Doubtful. Apple has generally been ratcheting up restrictions on kernel extensions [1] -- currently, kernel extensions must be signed with a developer certificate that has explicit entitlements for kernel extensions, and must be explicitly approved by the user in security settings. [2] A normal Apple developer certificate is not sufficient to sign a kernel extension, and Apple has signalled that they intend to end all support for loadable kernel extensions in the future.

[1]: https://developer.apple.com/support/kernel-extensions/

[2]: https://developer.apple.com/library/archive/technotes/tn2459...