[Bastille-linux-discuss] Red Hat Enterprise Linux Server release 5.1 (Tikanga)
This tool locks down Linux and UNIX systems.
Brought to you by:
jay
|
From: Albert E. W. <ae...@AB...> - 2008-05-15 15:21:23
|
That is the line from /etc/redhat-release, apparently the latest
Bastille is not ready for this release?
The API.pm modules includes the following:
elsif ( -e "/etc/redhat-release" ) {
open(*REDHAT_RELEASE,"/etc/redhat-release");
$release=<REDHAT_RELEASE>;
if ($release =~ /^Red Hat Linux release (\d+\.?\d*\w*)/) {
$distro="RH$1";
}
elsif ($release =~ /^Red Hat Linux .+ release
(\d+)\.?\d*([AEW]S)/) {
$distro="RHEL$1$2";
}
elsif ($release =~ /^Red Hat Enterprise Linux ([AEW]S)
release (\d+)/) {
$distro="RHEL$2$1";
}
But this release is falling through the cracks to:
ERROR: Couldn't determine Red Hat version! Setting to 9!
--
Albert E. Whale, CHS CISA CISSP
Sr. Security, Network, Risk Assessment and Systems Consultant
------------------------------------------------------------------------
ABS Computer Technology, Inc. <http://www.ABS-CompTech.com> - Email,
Internet and Security Consultants
SPAMZapper <http://www.Spam-Zapper.com> - No-JunkMail.com
<http://www.No-JunkMail.com> - *True Spam Elimination*.
|