LIDS
Project News · 2001 — 2010

News Archive

Every news post recovered from archived copies of lids.org. Links inside old posts point to servers that mostly no longer exist and are kept as plain text for the record.

2010

LIDS site is back

Mon, 2010-04-12 · omo

Now we move LIDS web server to new host. — OMO

LIDS forum

Wed, 2010-02-03 · omo

I created new forum for LIDS at lids.jp/bbs. Old forum's contents disappeared due to a hardware problem. Sorry. — OMO

2009

LIDS 2.2.3rc9 is released for kernel 2.6.31/32

Mon, 2009-11-23 · omo · Release

LIDS 2.2.3rc9 is released for kernel 2.6.31/32. It fixed several bugs in lids-2.2.3rc8. Downloads were published on the lids.jp wiki. If you find any problem, please freely send mail to me. — OMO

[Maintenance] forum.lids.org hardware trouble

Mon, 2009-10-26 · omo

Currently we have hardware trouble on the forum.lids.org server. Now I'm trying to build a new server for the forum. — OMO

LIDS 2.2.3rc8 is released for kernel 2.6.31/32

Fri, 2009-10-09 · omo · Release

After 2.6.29 there were big changes to the security structure in the kernel. You must completely re-install lidstools to lidstools-2.2.7.8 because some structs changed — erase /etc/lids and re-make your ACLs with the new lidsconf. If you find any problem, please send mail or post to the forum. — OMO

LIDS 2.2.3rc7 is released for kernel 2.6.28

Sat, 2009-01-03 · omo · Release

Bugs fixed: sandbox not working properly; each state's capability not working properly. Requires lidstools-2.2.7.7 (sandbox flag moved into ext_cap) — erase /etc/lids and re-make ACLs with the new lidsconf. — OMO

2008

LIDS 2.2.3rc6 is released for kernels 2.6.25/2.6.26/2.6.27

Thu, 2008-10-02 · omo · Release

Fixed: even in an LFS, capabilities (CAP_SYS_ADMIN, etc.) could not be controlled. Requires a full lidstools-2.2.7.6 re-install. This was expected to be the final rc release. — OMO

LIDS 2.2.3rc5 is released for kernel 2.6.25/2.6.26

Thu, 2008-07-31 · omo · Release

Includes the TDE/Sandboxing feature. Requires lidstools-2.2.7.5. The FAQ and documentation were being rewritten for lids-2.2.3. — OMO

Old versions of LIDS

Tue, 2008-04-22 · omo

Old versions of LIDS were temporarily republished at lids.jp/archives.download.html. — OMO

LIDS 2.2.3rc3 is released for kernel 2.6.23

Thu, 2008-01-24 · omo · Release

Includes the TPE/NFMark feature. Requires lidstools-2.2.7.3. "Also, now I'm developing lids-2.2.3rc4-2.6.23 which will include the TDE/Sandbox feature. Stay tuned." — OMO

2005

LIDS 2.2.2 for kernel 2.6.14 and lidstools 2.2.7 are released!

Fri, 2005-12-16 · huagang · Release

Removed obsoleted hooks so LIDS compiles under kernel 2.6.14, and fixed a bug that prevented ssh and vsftpd from functioning correctly. From this version lidstools is released separately. RPM and deb packages for Fedora Core 3/4, CentOS 4.2 and Debian sarge were provided by LIDS-JP.

LIDS 2.2.1 for kernel 2.6.13 is released

Tue, 2005-08-30 · huagang · Release

After 9 months of development, with a lot of help from LIDS users, here comes version 2.2.1 for kernel 2.6.13 — a stable version. Fixed a capability error causing sshd login failure; fixed a security bug in LD_XXXX checking; enhanced hooking to support ospf.

Polish LIDS howto

Sun, 2005-07-31 · roedie · Document

Shark released a Polish LIDS Howto at cc-team.org. Thank you Shark.

Unofficial LIDS 1.2.2 patches for kernel 2.4.31

Sat, 2005-07-23 · roedie

New unofficial LIDS patches were made available, including one combined with the Openwall patch. Have fun!

Poll: the reason you are using LIDS

Thu, 2005-07-07 · huagang · Misc

Options: to secure embedded systems · to secure production servers · to secure my workstation · just have fun · other.

How to use LIDS with BusyBox on Embedded Linux

Thu, 2005-06-30 · huagang · Document

Yusuke Sato of LIDS-JP wrote a very interesting article, "How to use LIDS with BusyBox on Embedded Linux", published on the LIDS-JP site.

LIDS 2.2.1rc3 for kernel 2.6.12 is released

Tue, 2005-06-21 · huagang · Release

Fixed a security bug when checking the "LD_" exploit; enhanced lids hooks to support capability-enabled applications such as ospfd; enhanced Kconfig so LIDS stays visible when other modules are marked as modules. Thanks to Michael Grosseg and Dirk Nehring for reporting bugs.

LIDS-patched kernel RPM packages for FC4

Mon, 2005-06-20 · admin · Release

Omok released new LIDS-patched kernel RPM packages for Fedora Core 4 on the LIDS-JP download page.

Linux kernel 2.6.12 released

Sun, 2005-06-19 · huagang · Kernel

Linus announced the release of 2.6.12 on the linux-kernel mailing list. "As some people may have noticed already, 2.6.12 is out there now."

Linux.com: Secure your server with LIDS

Thu, 2005-06-09 · admin · Document

"The Linux Intrusion Detection System (LIDS) is a kernel patch for both 2.4 and 2.6 kernels that adds Mandatory Access Control (MAC) and other security enhancements to the Linux kernel. The main feature of LIDS is its ability to limit the power of the root account. LIDS uses Access Control Lists (ACLs) to control access to files, processes, and network resources. Once these permissions are set, they cannot be overridden, even if a user or process has root privileges."

LIDS TDE article in Network World Japan

Thu, 2005-06-09 · admin · Document

Yuuske Sato wrote a LIDS article in the June issue of Network World Japan describing how to install and use the LIDS TDE feature with lids-1.2.2. (Japanese only.)

LIDS Trusted Domain Enforcement (TDE): An Introduction

Thu, 2005-06-02 · admin · Document

By Yusuf Wilajati Purna. "Applications, which we believe trusted so that we give more privileges than others through LIDS ACLs, sometimes behave abnormally or unexpectedly in case unprotected inputs are given. Due to this anomaly, it is possible for attackers to hijack privileges of the applications, and then abuse the privileges to breach the system security." TDE sandboxes such applications, with sample configurations for Apache and Samba.

Release: LIDS 2.2.1rc2 for kernel 2.6.11.6

Wed, 2005-06-01 · admin · Release

Merged a patch by Andreas Steinmetz adding x86_64 support; code cleanup; prevented /etc/lids from being read by normal users; fixed filp_open to prevent open failures.

Release: LIDS 1.2.2 for kernel 2.4.30

Wed, 2005-06-01 · admin · Release

Includes the LIDS TDE application sandboxing feature, with lidstools 0.5.7 fixing a bug on outbound ports for sandboxed processes found by Michael Gale. All 2.4.x users advised to update.

Welcome to the LIDS new site

Wed, 2005-06-01 · admin

This site is built with Drupal.

2004

Book: LIDS in a Nikkei-BP book (Japanese)

Mon, 2004-11-22 · admin · Document

Nikkei-BP released the "Linux Secure Server" book, including an explanation of LIDS 2.2.0 written by Omo Kazuki.

ADIOS — Linux live boot CD with LIDS

Mon, 2004-06-07 · admin · Linux

NewsForge published an article about the ADIOS project. Unlike other live CDs, ADIOS lets you boot into either LIDS or SELinux — a way to try LIDS without compiling anything.

c't magazine: LIDS article

Fri, 2004-02-13 · admin · Document

The Dutch edition of c't magazine ran a three-page article (issue 3, pages 112–114) explaining what LIDS is, what it can do, and how to get started with a small rulebase.

2003

Insecure.org: Top 75 security tools includes LIDS

Fri, 2003-05-09 · admin · Document

1,854 Nmap users from the nmap-hackers mailing list voted on their favorite security tools, and LIDS was selected into the Top 75 Network Security Tools. "The LIDS team will continue to do their best to make LIDS one of the best tools."

Book: German book covers LIDS

Tue, 2003-04-29 · admin · Misc

"Intrusion Detection für Linux-Server" by Ralf Spenneberg covers LIDS extensively, together with Tripwire, Snort, and forensics.

LIDS 2.0.2pre3 for 2.5.54 is out

Mon, 2003-01-06 · Huagang Xie · Release

This version is for kernel 2.5.54.

2002

LIDS 2.0.2pre2 for 2.5.50 is out

Thu, 2002-11-28 · Huagang Xie · Release

Continuing to keep LIDS working with kernel 2.5.50.

LIDS 2.0.2pre1 for 2.5.49 is out

Wed, 2002-11-27 · Huagang Xie · Release

Made compatible with 2.5.49; changed i_dev to i_sb->s_dev.

LIDS 1.1.2rc4 for 2.4.19 is out

Tue, 2002-11-26 · Philippe Biondi · Release

Fixes a problem with hidden files.

LIDS 2.0.1 for 2.5.47 is out

Tue, 2002-11-12 · Huagang Xie · Release

Removes LIDS_ALLOW_ANY_PROGRAM_SWITCH.

LIDS 2.0.1rc2 for 2.5.45 is out

Sat, 2002-11-02 · Huagang Xie · Release

Patch against vanilla 2.5.45. Removes the "switch local on" feature, adopts new 2.5 kernel facilities including Kconfig and workqueues, and fixes bugs in ACLs. Please try it and report bugs!

LIDS 0.11.1pre1 for 2.2.22 is out

Wed, 2002-10-30 · Philippe Biondi · Release

The equivalent of 1.1.2rc3 for the 2.2.22 kernel.

LIDS 1.1.2rc3 for 2.4.19 is out

Tue, 2002-10-29 · Philippe Biondi · Release

Fixes one compile-time bug, one warning, and one improbable memory leak.

LIDS 1.1.2rc2 for 2.4.19 is out

Fri, 2002-10-25 · Philippe Biondi · Release

Same as 1.1.2rc1, adapted to kernel 2.4.19.

LIDS 1.1.2rc1 for 2.4.18 is out

Thu, 2002-10-24 · Philippe Biondi · Release

Improves set[ug]id support and capability-aware application support.

Stable LIDS 1.1.1r2 for 2.4.18 and 0.11.0r2 for 2.2.20 are out

Tue, 2002-04-30 · Philippe Biondi · Release

Corrects small bugs, including behaviour that made LIDS give privileges to privileged programs even when run by non-root users.

LIDS 2.0.1pre3 for LSM released

Tue, 2002-04-16 · Huagang Xie · Release

Fixed a capability bug found by Jan Kurik and Radek Bohunsky. Upgrading is recommended.

LIDS 2.0.1pre2 for LSM released

Sat, 2002-03-30 · Huagang Xie · Release

Fixed an unlimited file-ACL inherit bug and a VERSION checking bug. From this version LIDS supports secondary modules (module stacking), so OWLSM (Openwall for LSM) can live alongside LIDS. Applies to both 2.4.x and 2.5.x.

LIDS 2.0.0 for LSM released

Fri, 2002-03-22 · Huagang Xie · Release

Keeps up with 2.5.7's changes and was included in the recently released LSM 2.5 tree.

LIDS 2.0.0pre7 for LSM released

Wed, 2002-03-13 · Huagang Xie · Release

Uses path_lookup for the new kernel change and adds lids_security_alert when a HIDDEN file is accessed.

Stable LIDS 1.1.1 for 2.4.16 and 0.11.0 for 2.2.20 are out

Fri, 2002-03-08 · Philippe Biondi · Release

No bugs since the last release, so it is considered stable. Note that the manpage has been updated :).

LIDS 2.0.0pre6 for LSM released

Wed, 2002-03-06 · Huagang Xie · Release

Made LIDS independent of the 2.5/2.4 split — one patch works on either 2.4.18 or 2.5.5 with the LSM patch from lsm.immunix.org.

LIDS 1.1.1pre6 for 2.4.18 LSM patch

Wed, 2002-02-27 · Huagang Xie · Release

Back-port from 2.0pre3-2.5.5-lsm with a lot of cleanup.

lidstools for LSM and 2.0pre3 for 2.5.5-lsm released

Mon, 2002-02-25 · Huagang Xie · Release

lidstools 0.1 for LSM is now available, including the admin tools needed to use LIDS under LSM. The 2.0pre3 patch fixes bugs and adds features, to be included in the LSM tree soon.

LIDS included in the LSM tree

Mon, 2002-02-25 · Huagang Xie

Thanks to the LSM (Linux Security Modules) development team, LIDS is included in the LSM tree, downloadable from lsm.immunix.org.

LIDS 2.0pre2 for 2.5.4 LSM package is here

Sun, 2002-02-17 · Huagang Xie · Release

LIDS ported to LSM — LIDS can now be compiled as a module as well as built into the kernel. Apply the LSM patch first, then the lids-2.5.4-lsm patch.

LIDS 1.1.1pre5 for 2.4.16 and 0.11.0pre6 for 2.2.20 are out

Mon, 2002-02-04 · Philippe Biondi · Release

Lots of bugfixes — check the changelogs and release notes.

LIDS for the 2.5.x branch now available — 2.0pre1 for 2.5.2 released!

Tue, 2002-01-29 · Release

The first version for the 2.5 development kernel branch. Enjoy it!

New development releases 0.11.0pre5 (2.2.20) and 1.1.1pre4 (2.4.16)

Fri, 2002-01-25 · Philippe Biondi · Release

These releases seem stable enough to be release candidates. It even seems that 0.11.0pre5 contains fewer bugs than 0.10.4.

URGENT! Big security fix — upgrade needed

Wed, 2002-01-09 · Philippe Biondi

A significant security fix was released; all users were urged to upgrade immediately.

2001

LIDS 0.11.0 for 2.2.20 is ready to be tried (to be tried only!)

Sat, 2001-12-22 · Philippe Biondi · Release

A backport of many improvements made for 1.1.0, one of them being the packaging. "I've not really tested this one… pay attention!"