Hi! I have some kernel panics in modules. When I start hald it talks with dbusd and dbusd access procfs. The procfs module calls procfs_open() and passes NULL as 'cred' argument which triggers the KASSERT in sys/kern/kern_auth.c, line 948.