From 700f2d754bdf931b312ee2f78900e9219f10f4cd Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Tue, 28 Aug 2018 15:40:06 -0700 Subject: [PATCH] Implement some changes requested by @intelkevinputnam --- source/clear-linux/concepts/security.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/concepts/security.rst b/source/clear-linux/concepts/security.rst index 7445a337..0800093f 100644 --- a/source/clear-linux/concepts/security.rst +++ b/source/clear-linux/concepts/security.rst @@ -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.