[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-announce
Subject:    Linux-Announce Digest #290
From:       Digestifier <Linux-Announce-Request () senator-bedfellow ! mit ! edu>
Date:       2003-01-16 23:13:02
[Download RAW message or body]

Linux-Announce Digest #290, Volume #4          Thu, 16 Jan 2003 23:13:02 EST

Contents:
  SECURITY: NSA Security-enhanced Linux updated (Howard Holm)
  Re: SECURITY: NSA Security-enhanced Linux updated (josX)
  ANNOUNCE:  SCons 0.10 (build tool in Python) is now available (Steven Knight)

----------------------------------------------------------------------------

From: Howard Holm <hdholm@epoch.ncsc.mil>
Subject: SECURITY: NSA Security-enhanced Linux updated
Date: Thu, 16 Jan 2003 09:24:59 CST

The SELinux web site <http://www.nsa.gov/selinux/> including the mail
list archive has been updated. The site includes a new release of the
LSM-based SELinux prototype.  The base 2.5 kernel version has been
updated to 2.5.58.  The base 2.4 kernel version remains at 2.4.20, but
the LSM patch and the SELinux module for 2.4 have changed since the last
release.  New contributed policy analysis and policy management tools
have been added to the provided tools and utilities. Hooks for xattr
operations were added to 2.4.  Inode security initialization has been
reworked using the d_instantiate hook.  The nfsd private file bug in 2.4
has been fixed and the task_kill bug in 2.5 has been fixed.  Configuring
the SELinux Policy, a technical report included in the documentation,
has been updated to reflect recent changes.

Security-enhanced Linux incorporates a strong, flexible mandatory
access control architecture into the major subsystems of the Linux
kernel. The system provides a mechanism to enforce the separation of
information based on confidentiality and integrity requirements.  This
allows threats of tampering and bypassing of application security
mechanisms to be addressed and enables the confinement of damage that
can be caused by malicious or flawed applications.  The SELinux web
site <http://www.nsa.gov/selinux/> contains background information,
documentation, source code, and archives for the selinux mailing-list.

-- 
Howard Holm <hdholm@epoch.ncsc.mil>
Secure Systems Research Office
National Security Agency

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: joshb@mraha.kitenet.net (josX)
Subject: Re: SECURITY: NSA Security-enhanced Linux updated
Date: Thu, 16 Jan 2003 12:30:10 CST

Howard Holm wrote:

DO NOT USE NSA shit!

are you crazy?

"enhanced" probably means "enhanced with several backdoors"

Unless "NSA" doesn't mean National Secrecy Agency ofcourse (?).

Who the fuck needs a security enhancement on linux anyway.

Asking for a security patch from NSA/CIA/FBI whatever have you, is like
asking for a "lock enhancer" from burglers.

Isn't it.

Besides, they are just trying to get a handle on linux, don't fall for their
sweet pie.
-- 
             ___
            / | \
           (  |  )
            \/|\/

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

Date: Thu, 16 Jan 2003 16:58:18 CST
From: Steven Knight <knight@baldmt.com>
Subject: ANNOUNCE:  SCons 0.10 (build tool in Python) is now available

SCons is a software construction tool (build tool, or make tool) written
in Python.  It is based on the design which won the Software Carpentry
build tool competition in August 2000.

Version 0.10 of SCons has been released and is available for download
from the SCons web site:

        http://www.scons.org/

Or through the download link at the SCons project page at SourceForge:

        http://sourceforge.net/projects/scons/

RPM and Debian packages and a Win32 installer are all available, in
addition to the traditional .tar.gz and .zip files.


WHAT'S NEW IN THIS RELEASE?

IMPORTANT:  Release 0.10 contains the following interface changes:
  - The meaning of the third argument passed to user-defined Scanner
    functions has changed.  It was formerly the target node being built,
    and is now a list of directories (a path) which may be searched for
    files found during the scan.
  - The .sconsign files are no longer ASCII text, they are now a pickled
    (binary) Python data structure.

This release adds the following features:
  - SCons now prints a description of Python functions being executed as
    actions to update a target.
  - Scanners now support a "recursive" attribute that specifies the
    Scanner will be re-applied to files found during the scan.
  - A new Clean() method supports removing user-specified files when
    using the -c option.
  - New SetJobs() and GetJobs() method support setting or fetching
    the default number of jobs.
  - The MinGW tool chain is now supported.
  - A new --debug=includes option has been added.

The following fixes have been added:
  - SCons now symlinks or copies files from Repositories on different
    file systems, when hard links won't work.
  - The Install() method prints something when the -n option is used.
  - When the -n option is used, SCons no longer creates duplicate source
    files in a BuildDir().
  - The Program() Builder (and other multiple-step Builders) now work
    properly when only the source file is specified.
  - A bug when building a file whose basename matched the
    directory in which it lived has been fixed.
  - The -c options will now properly remove symlinks.
  - The Environment.get() now returns None by default.
  - Error messages now all start with "scons: ***".
  - Warning messages now all start with "scons: warning:".

Performance has been improved as follows:
  - Scanners are now called once and only once per file.
  - Internal checks for whether a file has a Builder have been
    significantly sped up.
  - Unnecessary internal imports have been removed.

The following changes have been made to the SCons packaging:
  - The scons-local packages no longer contain Python bytecode (*.pyc)
    files.

The documentation has been improved:
  - The initial explanation of SConscript files has been improved.
  - A misformatted table in the StaticObject description has been fixed.
  - New features have been documented.


ABOUT SCONS

Distinctive features of SCons include:

  - a global view of all dependencies; no multiple passes to get
    everything built properly
  - configuration files are Python scripts, allowing the full use of a
    real scripting language to solve difficult build problems
  - a modular architecture allows the SCons Build Engine to be
    embedded in other Python software
  - the ability to scan files for implicit dependencies (#include files);
  - improved parallel build (-j) support that provides consistent
    build speedup regardless of source tree layout
  - use of MD5 signatures to decide if a file has really changed; no
    need to "touch" files to fool make that something is up-to-date
  - easily extensible through user-defined Builder and Scanner objects
  - build actions can be Python code, as well as external commands

An scons-users mailing list is available for those interested in getting
started using SCons.  You can subscribe at:

        http://lists.sourceforge.net/lists/listinfo/scons-users

Alternatively, we invite you to subscribe to the low-volume
scons-announce mailing list to receive notification when new versions of
SCons become available:

        http://lists.sourceforge.net/lists/listinfo/scons-announce


ACKNOWLEDGEMENTS

Special thanks to Derrick 'dman' Hudson, Steve Leblanc, Lachlan O'Dea,
and Anthony Roach for their contributions to this release.

On behalf of the SCons team,

        --SK

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU

You can submit announcements to be moderated via:

    Internet: linux-announce@NEWS.ORNL.GOV

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi				pub/Linux
    tsx-11.mit.edu				pub/linux
    sunsite.unc.edu				pub/Linux

End of Linux-Announce Digest
******************************
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic