From owner-p4-projects Thu Jan 16 16:19:47 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CA7E037B405; Thu, 16 Jan 2003 16:19:43 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6140237B401 for ; Thu, 16 Jan 2003 16:19:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0166043F5B for ; Thu, 16 Jan 2003 16:19:43 -0800 (PST) (envelope-from chris@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H0Jgfh027008 for ; Thu, 16 Jan 2003 16:19:42 -0800 (PST) (envelope-from chris@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H0JgMY027005 for perforce@freebsd.org; Thu, 16 Jan 2003 16:19:42 -0800 (PST) Date: Thu, 16 Jan 2003 16:19:42 -0800 (PST) Message-Id: <200301170019.h0H0JgMY027005@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to chris@freebsd.org using -f From: Chris Costello Subject: PERFORCE change 23820 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=23820 Change 23820 by chris@chris_holly on 2003/01/16 16:18:51 Begin sort of a preliminary draft/outline phase. Affected files ... .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/book.sgml#3 edit .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/chapters.ent#1 add .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/concepts/trusted.sgml#1 add .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/concepts/unix.sgml#1 add .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/traditional/superuser.sgml#1 add .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/traditional/unixdac.sgml#1 add Differences ... ==== //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/book.sgml#3 (text+ko) ==== @@ -32,7 +32,15 @@ $FreeBSD$ --> - + + + +%chapters; + +]> @@ -56,6 +64,16 @@ + Adam Migus + + + Research Scientist + + Network Associates Laboratories + + + + Robert Watson @@ -131,7 +149,58 @@ in order to keep one step ahead of application-related security holes. - + + + + Preface + + Intended + Audience + + The FreeBSD Security Architecture handbook is intended for + system administrators and application programmers seeking full + use of FreeBSD's security features, as well as beginning + programmers in search of a guide for proper and secure + programming. + + + + Traditional Security Mechanisms + + + This part of the FreeBSD Security Architecture handbook + involves the implementation and their intrinsic roles in the + FreeBSD security architectures. Among other things, the + reader will be able to understand: + + + + Traditional UNIX file access modes and ownership, + known as Discretionary Access Control, or + DAC + + + + The super-user model + + + + This list is a work in + progress. + + + + + &chap.traditional.unixdac; + &chap.traditional.superuser; + + + + Essential System Security Concepts + + &chap.concepts.unix; + &chap.concepts.trusted; +