diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-01-03 16:00:02 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-01-05 09:27:40 +0100 |
| commit | 2282f07f0f90ddc6537e3ae3544ca62cf0a76722 (patch) | |
| tree | eb2367d7a2b2f88211c15aed8fd1c734312c67c5 /security | |
| parent | 4f2f7805662b0263de0305889b6e4855022d6c5e (diff) | |
fix various security errors
Diffstat (limited to 'security')
| -rw-r--r-- | security/advanced/frm_multiuser_dac.tex | 4 | ||||
| -rw-r--r-- | security/crypto/pres_crypto_en.tex | 4 | ||||
| -rw-r--r-- | security/crypto/pres_pki_en.tex | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/security/advanced/frm_multiuser_dac.tex b/security/advanced/frm_multiuser_dac.tex index 9e8b931..6e7726a 100644 --- a/security/advanced/frm_multiuser_dac.tex +++ b/security/advanced/frm_multiuser_dac.tex @@ -155,7 +155,7 @@ crw-rw---- 1 root dialout 4, 67 Nov 5 08:14 /dev/ttyS3 \item Requires: \\ mount \dots -o acl \item Pitfalls: \\ - Not all tools like tar support ACLs + Not all tools support ACLs (e.g. busybox-tar) \end{itemize} \end{frame} @@ -222,7 +222,7 @@ other::r-x \item Requires: \\ root or mount \dots -o user\_xattr \item Pitfalls: \\ - Not all tools like tar support xattr + Not all tools support xattr (e.g. busybox-tar) \end{itemize} \end{frame} diff --git a/security/crypto/pres_crypto_en.tex b/security/crypto/pres_crypto_en.tex index baaa217..fe05ee9 100644 --- a/security/crypto/pres_crypto_en.tex +++ b/security/crypto/pres_crypto_en.tex @@ -46,11 +46,11 @@ % ---------------------------- \begin{frame}[fragile] \frametitle{Kerckhoffs's principle} -Auguste Kerckhoff (1983) on \emph{La Cryptographie Militaire} +Auguste Kerckhoff (1883) on \emph{La Cryptographie Militaire} \begin{itemize} \item \dots \item It must not be required to be secret, and it must be able to fall into - the hands of the enemy without inconvenience + the hands of the enemy without inconvenience. \item \dots \end{itemize} Conclusion: diff --git a/security/crypto/pres_pki_en.tex b/security/crypto/pres_pki_en.tex index f385550..c8f9de9 100644 --- a/security/crypto/pres_pki_en.tex +++ b/security/crypto/pres_pki_en.tex @@ -122,7 +122,7 @@ \begin{itemize} \item Client \begin{itemize} -\item Send signed Request to Server +\item Send Certificate (signed by CA) to Server \end{itemize} \item Server \begin{itemize} |
