void __init kaslr_init(void)
{ if (kaslr_disabled_cmdline()) {
pr_info("KASLR disabled on command line\n"); return;
}
/* * The KASLR offset modulo MIN_KIMG_ALIGN is taken from the physical * placement of the image rather than from the seed, so a displacement * of less than MIN_KIMG_ALIGN means that no seed was provided.
*/ if (kaslr_offset() < MIN_KIMG_ALIGN) {
pr_warn("KASLR disabled due to lack of seed\n"); return;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.