steven-michaud/HookCase

Error in "sudo kmutil load -p /usr/local/sbin/HookCase.kext" macOS Big Sur 11.6.1

nightlight89 opened this issue · 3 comments

You see these errors because your /usr/local/sbin directory has the wrong permissions, which were inherited by HookCase.kext when you copied it there.

To fix the problem:

sudo chown root:wheel /usr/local/sbin
sudo chown -R root:wheel /usr/local/sbin/HookCase.kext

You see these errors because your /usr/local/sbin directory has the wrong permissions

Oops, I should have said "wrong ownership".

it's ok now thanks