diff options
| author | Holger Dengler <dengler@linutronix.de> | 2017-07-07 11:25:45 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-07-07 12:11:35 +0200 |
| commit | c403227fe371250b68f39313d9a0dfdda6e3fad1 (patch) | |
| tree | 8f800eeecf76cc9208398bb55be75a1a308fe96f | |
| parent | b79a6748f56911ea9f5009e056b92021e01717d7 (diff) | |
security: Fix typos in examples
Signed-off-by: Holger Dengler <dengler@linutronix.de>
| -rw-r--r-- | security/advanced/frm_namespace_container.tex | 2 | ||||
| -rw-r--r-- | security/advanced/frm_process_thread.tex | 4 |
2 files changed, 3 insertions, 3 deletions
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} |
