From owner-p4-projects@FreeBSD.ORG Fri Jun 3 15:08:57 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AEE5E16A420; Fri, 3 Jun 2005 15:08:56 +0000 (GMT) X-Original-To: perforce@freebsd.org 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 7FB4F16A41C for ; Fri, 3 Jun 2005 15:08:56 +0000 (GMT) (envelope-from areisse@nailabs.com) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CD4243D49 for ; Fri, 3 Jun 2005 15:08:56 +0000 (GMT) (envelope-from areisse@nailabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j53F8uVP057942 for ; Fri, 3 Jun 2005 15:08:56 GMT (envelope-from areisse@nailabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j53F8uCX057938 for perforce@freebsd.org; Fri, 3 Jun 2005 15:08:56 GMT (envelope-from areisse@nailabs.com) Date: Fri, 3 Jun 2005 15:08:56 GMT Message-Id: <200506031508.j53F8uCX057938@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to areisse@nailabs.com using -f From: Andrew Reisse To: Perforce Change Reviews Cc: Subject: PERFORCE change 77928 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2005 15:08:57 -0000 http://perforce.freebsd.org/chv.cgi?CH=77928 Change 77928 by areisse@areisse_tislabs on 2005/06/03 15:08:40 SEBSD documentation updates: Version numbers and path names. Affected files ... .. //depot/projects/trustedbsd/sebsd/SEBSD-Installation.txt#3 edit Differences ... ==== //depot/projects/trustedbsd/sebsd/SEBSD-Installation.txt#3 (text+ko) ==== @@ -72,10 +72,12 @@ 4. Inspect the SEBSD policy. The system comes pre-installed with a sample policy, but local changes might be required. The policy source is located in /etc/security/sebsd/policy and the compiled - (binary) version is installed in /etc/security/sebsd/policy.bin by + (binary) version is installed in /etc/security/sebsd/policy/policy.bin by default. Only the binary version is loaded by the SEBSD module at boot time. An alternate location for the binary policy file may be - specified at the boot loader or in /boot/loader.conf. + specified at the boot loader or in /boot/loader.conf. The boot loader + uses a symbolic link "policy.bin" in the same directory as policy.17, + in case a different policy file version is necessary. Since SEBSD uses the same policy language as SELinux, the SELinux report titled, "Configuring the SELinux Policy", (available at the @@ -89,7 +91,7 @@ loaded into the kernel. The /sbin/sebsd_loadpolicy program can be used instead of a reboot: - /sbin/sebsd_loadpolicy /etc/security/sebsd/policy.bin + /sbin/sebsd_loadpolicy /etc/security/sebsd/policy/policy.bin Note that policy.bin is installed by default as a symlink to another file. If you plan to generate your own policy file then you might