From owner-p4-projects@FreeBSD.ORG Mon Nov 8 22:12:11 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1B3511065670; Mon, 8 Nov 2010 22:12:11 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1F4D106566B for ; Mon, 8 Nov 2010 22:12:10 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id BE7138FC4B for ; Mon, 8 Nov 2010 22:12:10 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id oA8MCAPv038799 for ; Mon, 8 Nov 2010 22:12:10 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id oA8MCAIl038796 for perforce@freebsd.org; Mon, 8 Nov 2010 22:12:10 GMT (envelope-from rene@FreeBSD.org) Date: Mon, 8 Nov 2010 22:12:10 GMT Message-Id: <201011082212.oA8MCAIl038796@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 185549 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 22:12:11 -0000 http://p4web.freebsd.org/@@185549?ac=10 Change 185549 by rene@rene_acer on 2010/11/08 22:11:16 Pre 7.X-cleanup up to chapter 18 (disks/"Storage") Leave a note in the MAC chapter that someone(tm) should write about the "new" way to map users to labels. Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/audit/chapter.sgml#3 edit .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/disks/chapter.sgml#12 edit .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/mac/chapter.sgml#8 edit Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/audit/chapter.sgml#3 (text+ko) ==== @@ -581,7 +581,7 @@ return token indicates the successful execution, and the trailer concludes the record. - In &os; 6.3 and later, praudit also supports + praudit also supports an XML output format, which can be selected using the argument. ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/disks/chapter.sgml#12 (text+ko) ==== @@ -2513,7 +2513,7 @@ tar - On FreeBSD 5.3 and later, both GNU tar + Both GNU tar and the default bsdtar are available. The GNU version can be invoked with gtar. It supports remote devices using the same syntax as @@ -3688,7 +3688,7 @@ Disk Encryption with <command>geli</command> - A new cryptographic GEOM class is available as of &os; 6.0 - + An alternative cryptographic GEOM class is available - geli. It is currently being developed by &a.pjd;. The geli utility is different to gbde; it offers different features and uses @@ -3738,8 +3738,8 @@ geli in the &os; kernel and will explain how to create and use a geli encryption provider. - In order to use geli, you must be running - &os; 6.0-RELEASE or later. Super-user privileges will be + + Super-user privileges will be required since modifications to the kernel are necessary. @@ -3900,13 +3900,13 @@ encrypting - Swap encryption in &os; is easy to configure and has been - available since &os; 5.3-RELEASE. Depending on which version + Swap encryption in &os; is easy to configure + . Depending on which version of &os; is being used, different options are available - and configuration can vary slightly. From &os; 6.0-RELEASE onwards, - the &man.gbde.8; or &man.geli.8; encryption systems can be used - for swap encryption. With earlier versions, only &man.gbde.8; is - available. Both systems use the encswap + and configuration can vary slightly. + The &man.gbde.8; or &man.geli.8; encryption systems can be used + for swap encryption. + Both systems use the encswap rc.d script. The previous section, Encrypting @@ -3945,7 +3945,7 @@ Swap Encryption with &man.gbde.8; - If &os; 6.0-RELEASE or newer is being used, the + The .bde suffix should be added to the device in the respective /etc/fstab swap line: @@ -3953,11 +3953,6 @@ # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b.bde none swap sw 0 0 - - For systems prior to &os; 6.0-RELEASE, the following line - in /etc/rc.conf is also needed: - - gbde_swap_enable="YES" @@ -3986,10 +3981,6 @@ geli_swap_flags="-e blowfish -l 128 -s 4096 -d" - For systems prior to &os; 6.2-RELEASE, use the following line: - - geli_swap_flags="-a blowfish -l 128 -s 4096 -d" - Please refer to the description of the onetime command in the &man.geli.8; manual page for a list of possible options. ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/mac/chapter.sgml#8 (text+ko) ==== @@ -638,6 +638,7 @@ Future versions of &os; will include a new way to deal with mapping users to labels; however, this will not be available until some time after &os; 5.3. +