From owner-p4-projects Wed Jan 29 19:27: 6 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 568AE37B405; Wed, 29 Jan 2003 19:27:02 -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 06D6B37B401 for ; Wed, 29 Jan 2003 19:27:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941AF43FA7 for ; Wed, 29 Jan 2003 19:27:01 -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 h0U3R1bv095693 for ; Wed, 29 Jan 2003 19:27:01 -0800 (PST) (envelope-from chris@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U3R1i7095690 for perforce@freebsd.org; Wed, 29 Jan 2003 19:27:01 -0800 (PST) Date: Wed, 29 Jan 2003 19:27:01 -0800 (PST) Message-Id: <200301300327.h0U3R1i7095690@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to chris@freebsd.org using -f From: Chris Costello Subject: PERFORCE change 24408 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=24408 Change 24408 by chris@chris_holly on 2003/01/29 19:26:15 Make the organization match what's specified in OUTLINE.TrustedBSD. Affected files ... .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/Makefile#4 edit .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/book.sgml#9 edit .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/chapters.ent#4 edit .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/kernelsec/security-policy.sgml#1 add .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/userlandsec/pure-userland.sgml#2 delete .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/userlandsec/security-policy.sgml#1 add .. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/userlandsec/services.sgml#1 add Differences ... ==== //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/Makefile#4 (text+ko) ==== @@ -40,9 +40,11 @@ SRCS+= introduction/security-defined.sgml SRCS+= introduction/security-definitions.sgml +SRCS+= kernelsec/security-policy.sgml SRCS+= kernelsec/services.sgml SRCS+= userlandsec/interaction.sgml -SRCS+= userlandsec/pure-userland.sgml +SRCS+= userlandsec/security-policy.sgml +SRCS+= userlandsec/services.sgml SYMLINKS= ${DESTDIR} index.html sec-arch.html ==== //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/book.sgml#9 (text+ko) ==== @@ -206,6 +206,65 @@ + + , Kernel Security + + + + , + Kernel Security + + + A description of the many facets of the FreeBSD + kernel security policy + + + + + , Userland Security + + + + , + Userland Security Policy + + + A tour of the different features that come together + to define a userland security policy + + + + + [TO BE WRITTEN], Mandatory + Interaction with Kernel Security Mechanisms + + + An explanation of the kernel's enforcement of + security policy on applications + + + + + [TO BE WRITTEN], Non-Mandatory + Interaction with Kernel Security Mechanisms + + + How applications can optionally use kernel security + primitives in order to more effectively enforce their + own security policy + + + + + , Userland + Security Services + + + Purely userland security services such as SSH, PAM, + crypto, etc. + + + @@ -235,7 +294,7 @@ their semantics, their usage, and their enforcement. - &chap.kernel-security.services; + &chap.kernel-security.security-policy; @@ -251,8 +310,8 @@ covered in this part. - &chap.userland-security.interaction; - &chap.userland-security.pure-userland; + &chap.userland-security.security-policy; + &chap.userland-security.services; ==== //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/chapters.ent#4 (text+ko) ==== @@ -2,6 +2,8 @@ + - + + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message