From owner-cvs-all Sun Dec 17 10:51: 0 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 17 10:50:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE5DD37B400; Sun, 17 Dec 2000 10:50:56 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBHIouj27415; Sun, 17 Dec 2000 10:50:56 -0800 (PST) (envelope-from jdp) Message-Id: <200012171850.eBHIouj27415@freefall.freebsd.org> From: John Polstra Date: Sun, 17 Dec 2000 10:50:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ldconfig elfhints.c ldconfig.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/12/17 10:50:56 PST Modified files: sbin/ldconfig elfhints.c ldconfig.8 Log: Extend the ldconfig security check so that it ignores group-writable directories in addition to world-writable directories. As before, this check can be disabled with the "-i" option, which in turn can be made the default for boot-up by setting "ldconfig_insecure=YES" in "/etc/rc.conf". Also fix an mdoc nit in the manual page. Submitted by: Maxime Henrion Revision Changes Path 1.6 +5 -1 src/sbin/ldconfig/elfhints.c 1.25 +5 -3 src/sbin/ldconfig/ldconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message