Implement some changes requested by @intelkevinputnam

This commit is contained in:
puneetse
2018-08-28 15:40:06 -07:00
parent 1258c5d4f4
commit 700f2d754b
+2 -2
View File
@@ -140,11 +140,11 @@ sensibly taken advantage of. Below are some examples:
* `Address space layout randomization (ASLR)`_ and
`Kernel address space layout randomization (KASLR)`_ are kernel features
which defends against certain memory based attacks.
which defend against certain memory based attacks.
More information can be found in a `blog post about PIE executables`_
* `dm-verity`_ is a kernel mechanism readily available in |CL|
which verifies integrity of the devices being written to, like harddisks,
which verifies integrity of the devices being written to, like hard disks,
to help ensure they have not been tampered with.