Site icon EfmSoft

What does macOS kernel return 35 (KERN_INVALID_SECURITY) mean?

 
Could be also:
ConstantTypeOS
ippStsDoubleSizeIntel Ipp StatusAny
EDEADLKerrnoLinux
EAGAINerrnoMac
ENOMSGerrnoSolaris
FAT_FILE_SYSTEMBugCheck CodeWindows
Previous Next
KERN_INVALID_MEMORY_CONTROL KERN_NOT_DEPRESSED

KERN_INVALID_SECURITY

Not a generic access-denied result

KERN_INVALID_SECURITY is a specific Mach capability error. XNU defines it for a request that needs a host security port but receives another argument. The issue is the identity and authority of the supplied port, not merely a missing user permission bit.

This differs from KERN_DENIED, which represents a policy denial after the request reaches the applicable security decision. Here, the operation lacks the required security interface before that decision can be made.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version