this post was submitted on 03 Aug 2024
28 points (85.0% liked)

Apple

17241 readers
154 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jonne@infosec.pub 6 points 1 month ago (3 children)

Does Mac OS have an ebpf API like Linux has, or would a similar crowdstrike bug kill a Mac as well? The issue is that windows doesn't really have a way to do this without a kernel driver, which can take the whole system down if there's a bug.

[–] chiisana@lemmy.chiisana.net 10 points 1 month ago (1 children)

https://developer.apple.com/documentation/endpointsecurity

This API allows for security applications to monitor for potentially malicious behaviors. As it is part of the System Extension and DriverKit, it shouldn’t crash the system kernel… but you do need to request for entitlement from Apple to build apps using that API (honestly probably a good thing, prevents spywares using it to spy on people).

[–] jonne@infosec.pub 6 points 1 month ago

Seems like windows really is behind when it comes to this then, if everyone else has a proper solution. Still, I feel this is more on crowdstrike than Microsoft. For whatever reason they didn't have the right processes in place to avoid pushing bad code.

load more comments (1 replies)