Module Name: src Committed By: maxv Date: Thu Aug 2 17:34:51 UTC 2018
Modified Files: src/doc: TODO.kaslr Log Message: Mark two entries as done. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/doc/TODO.kaslr Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/TODO.kaslr diff -u src/doc/TODO.kaslr:1.1 src/doc/TODO.kaslr:1.2 --- src/doc/TODO.kaslr:1.1 Mon Jun 18 06:09:56 2018 +++ src/doc/TODO.kaslr Thu Aug 2 17:34:51 2018 @@ -1,7 +1,7 @@ ====== POINTER LEAKS ====== --- Change the permissions of /dev/ksyms, as discussed in: - http://mail-index.netbsd.org/tech-kern/2018/01/17/msg022960.html +[DONE] -- Change the permissions of /dev/ksyms, as discussed in: + http://mail-index.netbsd.org/tech-kern/2018/01/17/msg022960.html -- The address of a non-public section is leaked because of Meltdown, "jmp handler". This can easily be fixed by pushing the handlers into @@ -29,7 +29,7 @@ -- Randomize the kernel main memory (VM_MIN_KERNEL_ADDRESS). --- Randomize the direct map. +[DONE] -- Randomize the direct map. -- Randomize the PCPU area.