Error in "sudo kmutil load -p /usr/local/sbin/HookCase.kext" macOS Big Sur 11.6.1
nightlight89 opened this issue · 3 comments
nightlight89 commented
steven-michaud commented
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
steven-michaud commented
You see these errors because your /usr/local/sbin directory has the wrong permissions
Oops, I should have said "wrong ownership".
nightlight89 commented
it's ok now thanks