Hacker News new | ask | show | jobs
by ridiculous_fish 1926 days ago
xnu will panic if it doesn't receive periodic check-ins from userspace. For example if WindowServer hangs, then the kernel may deliberately panic so that the system reboots. See man watchdogd for (a tiny bit) more.
1 comments

True, but a third-party program shouldn’t really be able to do this, at least not easily.