Date: Sun, 29 Feb 2004 15:22:13 -0800 (PST) From: Sergei Kolobov <sergei@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/lockdown Makefile distinfo pkg-descr pkg-message pkg-plist Message-ID: <200402292322.i1TNMDIK046714@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sergei 2004/02/29 15:22:13 PST FreeBSD ports repository Modified files: security Makefile Added files: security/lockdown Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add lockdown 0.1: Lockdown is a hardening system written in C++ for FreeBSD and released under the BSD license. Lockdown was designed to harden FreeBSD's base system. It does so by editing the systems configuration files and set permissions, flags and ownership on SUID, GID and information files. Lockdown was meant to be run only once, so you can quickly and without forgetting something, get a secure system running. WWW: http://lockdown.TruNet.dk/ PR: 62714 Submitted by: Daniel Blankensteiner <db@TruNet.dk> Revision Changes Path 1.489 +1 -0 ports/security/Makefile 1.1 +26 -0 ports/security/lockdown/Makefile (new) 1.1 +2 -0 ports/security/lockdown/distinfo (new) 1.1 +13 -0 ports/security/lockdown/pkg-descr (new) 1.1 +4 -0 ports/security/lockdown/pkg-message (new) 1.1 +3 -0 ports/security/lockdown/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402292322.i1TNMDIK046714>