From c403227fe371250b68f39313d9a0dfdda6e3fad1 Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Fri, 7 Jul 2017 11:25:45 +0200 Subject: security: Fix typos in examples Signed-off-by: Holger Dengler --- security/advanced/frm_namespace_container.tex | 2 +- security/advanced/frm_process_thread.tex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'security') diff --git a/security/advanced/frm_namespace_container.tex b/security/advanced/frm_namespace_container.tex index 5b907e6..4f8b7f2 100644 --- a/security/advanced/frm_namespace_container.tex +++ b/security/advanced/frm_namespace_container.tex @@ -155,7 +155,7 @@ lxc.cgroup.cpuset.cpus = 3,4 # # Deny access to device nodes other than # - /dev/null (c, 1, 3) -# - /dev/urandom (c, 1, 3) +# - /dev/urandom (c, 1, 9) # - /dev/sda5 (b, 8, 5) # lxc.cgroup.devices.deny = a diff --git a/security/advanced/frm_process_thread.tex b/security/advanced/frm_process_thread.tex index ed9bfc3..1c2123a 100644 --- a/security/advanced/frm_process_thread.tex +++ b/security/advanced/frm_process_thread.tex @@ -249,7 +249,7 @@ pid = ret; /* * Both processes, parent and - * child, has now access to the + * child, have now access to the * opened pipe file-descriptors. */ \end{verbatim} @@ -316,7 +316,7 @@ pid = ret; /* * Both processes, parent and - * child, has now access to the + * child, have now access to the * opened pipe file-descriptors. */ \end{verbatim} -- cgit v1.2.3