Lines Matching full:early
21 /* Number of "early" LSMs */
383 * early_security_init - Initialize the early LSMs
393 lsm_order_append(lsm, "early");
405 * This should be called early in the kernel initialization sequence.
430 lsm_pr("enabled LSM early:%s\n", i->id->name);
481 panic("early LSM cred alloc failed\n");
483 panic("early LSM task alloc failed\n");
487 /* skip the "early" LSMs as they have already been setup */
506 * security_initcall_early - Run the LSM early initcalls
510 return lsm_initcall(early);