On 2018-05-18 07:04, Andreas Nilsson wrote: > Hello, > > I recently configured a system where kern.securelevel=1 would be good, but > noticed that modules listed in kld_list in rc.conf is then not loaded. > Would it not be a good to either explicitly state that kld_list cannot be > used with kern.securelevel, or have kld run before sysctl? > > Best regards > Andreas > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-jail > To unsubscribe, send any mail to "[email protected]" >
It would seem that kld_list would need to be loaded before sysctl run anyway, since the sysctl you are trying to set might not exist until the kernel modules are loaded. Is the securelevel actually set by the sysctl service? -- Allan Jude
signature.asc
Description: OpenPGP digital signature
