Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
xerces-c-2_1_0.rh73.i386.rpm | 2003-02-28 | 1.0 MB | |
sal-server-1_0.rh80.i386.rpm | 2003-02-28 | 99.2 kB | |
xerces-c-2_1_0.rh80.i386.rpm | 2003-02-28 | 861.7 kB | |
sal-server-1_0.rh73.i386.rpm | 2003-02-28 | 103.1 kB | |
README | 2003-02-26 | 2.5 kB | |
Totals: 5 Items | 2.1 MB | 0 |
Secure Auditing for Linux (SAL) - A forensic kernel auditing utility. Copyright (C) 2002 Space and Naval Warfare Systems Command (SPAWAR) sal-server is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA xerces-c is governed by The Apache Software License, Version 1.1 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the conditions listed in the licence are met. The licence is provided in all xerces-c rpms. For more information on the Secure Auditing for Linux project, please refer to our website. http://secureaudit.sourceforge.net/ INTENT ------ This README is only intended to address the issues surounding rpm installation. RPM INSTALL ----------- To install the Secure Auditing for Linux Server from RPM, you need xerces-c and sal-server. Xerces-c is a library used by the server which is not commonly found in RPM format, so we packaged one up for you. You can obtain both of these from the download section (http://sourceforge.net/project/showfiles.php?group_id=30784). If you are using RedHat 7.3 or 8.0 you need to download xerces-c-2_1_0.rhxx.i386.rpm and sal-server-1_0.rhxx.i386.rpm. Where xx is 73 or 80 for redhat 7.3 and redhat 8.0 respectively. Install with these two commands, as root do: # rpm -Uvh xerces-c-2_1_0.rhxx.i386.rpm # rpm -Uvh sal-server-1_0.rhxx.i386.rpm If you are running another RPM based system download the source rpms xerces-c-src2_1_0-1.src.rpm and sal-server-1.0-RC3.src.rpm. To create binary rpms issue the commands: # rpm --rebuild xerces-c-src2_1_0-1.src.rpm # rpm --rebuild sal-server-1.0-RC3.src.rpm Note: RedHat uses 'rpmbuild' instead of 'rpm' to perform these functions. This will put the new binary rpms is your /usr/src directory, generaly under /usr/src/*/RPMS/i386. After you locate your new rpms (sal-server-1.0-RC3.i386.rpm and xerces-c-src2_1_0-1.i386.rpm) install them as described above.