From 5284d9ba7734aa4fe6ac41aeabf9a1335dce144c Mon Sep 17 00:00:00 2001 From: Eric Melville Date: Sun, 3 Jun 2001 00:37:08 +0000 Subject: [PATCH] Minor typo corrections. Approved by: murray --- .../books/developers-handbook/secure/chapter.sgml | 8 ++++---- .../books/developers-handbook/secure/chapter.sgml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml index 6459cee006..8b4710336d 100644 --- a/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml +++ b/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml @@ -1,7 +1,7 @@ @@ -23,7 +23,7 @@ Writing secure applications takes a very scrutinous and pessimistic outlook on life. Applications should be run with the principle of least privilege so that no - process is ever running than more with the bare minimum access + process is ever running with more than the bare minimum access that it needs to accomplish its function. Previously tested code should be reused whenever possible to avoid common mistakes that others may have already fixed. @@ -230,7 +230,7 @@ int main() { more information about these functions see . The OpenBSD strlcpy and strlcat instructions have been in FreeBSD - since 3.5. + since 3.3. string copy functions @@ -357,7 +357,7 @@ int main() { chroot() - The traditional method of restricting access to a process + The traditional method of restricting a process is with the chroot() system call. This system call changes the root directory from which all other paths are referenced for a process and any child processes. For diff --git a/en_US.ISO_8859-1/books/developers-handbook/secure/chapter.sgml b/en_US.ISO_8859-1/books/developers-handbook/secure/chapter.sgml index 6459cee006..8b4710336d 100644 --- a/en_US.ISO_8859-1/books/developers-handbook/secure/chapter.sgml +++ b/en_US.ISO_8859-1/books/developers-handbook/secure/chapter.sgml @@ -1,7 +1,7 @@ @@ -23,7 +23,7 @@ Writing secure applications takes a very scrutinous and pessimistic outlook on life. Applications should be run with the principle of least privilege so that no - process is ever running than more with the bare minimum access + process is ever running with more than the bare minimum access that it needs to accomplish its function. Previously tested code should be reused whenever possible to avoid common mistakes that others may have already fixed. @@ -230,7 +230,7 @@ int main() { more information about these functions see . The OpenBSD strlcpy and strlcat instructions have been in FreeBSD - since 3.5. + since 3.3. string copy functions @@ -357,7 +357,7 @@ int main() { chroot() - The traditional method of restricting access to a process + The traditional method of restricting a process is with the chroot() system call. This system call changes the root directory from which all other paths are referenced for a process and any child processes. For