PERFORCE change 160690 for review

Robert Watson rwatson at FreeBSD.org
Thu Apr 16 05:17:09 PDT 2009


http://perforce.freebsd.org/chv.cgi?CH=160690

Change 160690 by rwatson at rwatson_cinnamon on 2009/04/16 12:16:39

	Update install instructions, version information for OpenBSM 1.1.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/INSTALL#6 edit
.. //depot/projects/trustedbsd/openbsm/NEWS#39 edit
.. //depot/projects/trustedbsd/openbsm/TODO#13 edit
.. //depot/projects/trustedbsd/openbsm/VERSION#24 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/INSTALL#6 (text+ko) ====

@@ -2,9 +2,8 @@
 
 OpenBSM is currently built using autoconf and automake, which should allow
 for building on a range of operating systems, including FreeBSD, Mac OS X,
-and Linux.  Depending on the availability of audit facilities in the
-underlying operating system, some components that depend on kernel audit
-support are built conditionally.  Typically, build will be performed using:
+and Linux.  Some components are built only if appropriate kernel audit
+suppport is found.  Typical builds will be performed using:
 
     ./configure
     make
@@ -15,10 +14,14 @@
 
     CFLAGS="-Wall -Werror" ./configure
 
-To install, use:
+To install the library, binaries, and man pages, use:
 
     make install
 
+The OpenBSM install will not install files in /etc; these have to be
+manually installed or merged.  Currently, the locations of these files are
+not configurable.
+
 You may wish to specify that the OpenBSM components not be installed in the
 base system, rather in a specific directory.  This may be done using the
 --prefix argument to configure.  If installing to a specific directory,
@@ -29,7 +32,3 @@
     make
     make install
     LD_LIBRARY_PATH=/home/rwatson/openbsm/libbsm ; export LD_LIBRARY_PATH
-
-You will need to manually propagate openbsm/etc/* into /etc/security on your
-system; this is not done automatically so as to avoid disrupting the current
-configuration.  Currently, the locations of these files is not configurable.

==== //depot/projects/trustedbsd/openbsm/NEWS#39 (text+ko) ====

@@ -1,6 +1,6 @@
 OpenBSM Version History
 
-OpenBSM 1.1 beta 2
+OpenBSM 1.1
 
 - Change auditon(2) parameters and data structures to be 32/64-bit architecture
   independent.  Add more information to man page about auditon(2) parameters. 
@@ -447,4 +447,4 @@
   to support reloading of kernel event table.
 - Allow comments in /etc/security configuration files.
 
-$P4: //depot/projects/trustedbsd/openbsm/NEWS#38 $
+$P4: //depot/projects/trustedbsd/openbsm/NEWS#39 $

==== //depot/projects/trustedbsd/openbsm/TODO#13 (text+ko) ====

@@ -16,11 +16,10 @@
   just at the beginning of a record.  This will make it easier to use
   praudit in test suites processing single-token files without header and
   trailer context.
-- Put hostname in trail file name.
 - Document audit_warn event arguments.
 - Allow the path /etc/security to be configured at configure-time so that
   alternative locations can be used.
 - NLS support for au_strerror(3), which provides error strings for BSM errors
   not available on the local OS platform.
 
-$P4: //depot/projects/trustedbsd/openbsm/TODO#12 $
+$P4: //depot/projects/trustedbsd/openbsm/TODO#13 $

==== //depot/projects/trustedbsd/openbsm/VERSION#24 (text+ko) ====

@@ -1,1 +1,1 @@
-OPENBSM_1_1_BETA_1
+OPENBSM_1_1


More information about the p4-projects mailing list