K 10 svn:author V 6 archie K 8 svn:date V 27 2000-06-29T17:57:04.000000Z K 7 svn:log V 298 Move the securelevel check before loading KLD's into linker_load_file(), instead of requiring every caller of linker_load_file() to perform the check itself. This avoids netgraph loading KLD's when securelevel > 0, not to mention any future code that may call linker_load_file(). Reviewed by: dfr END