Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2000 21:47:17 -0700 (PDT)
From:      John Polstra <jdp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ldconfig elfhints.c ldconfig.8 ldconfig.c
Message-ID:  <200007260447.VAA44122@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         2000/07/25 21:47:17 PDT

  Modified files:
    sbin/ldconfig        elfhints.c ldconfig.8 ldconfig.c 
  Log:
  If a directory is world-writable or is not owned by root, skip it
  and emit a warning.  This is a security measure since ldconfig
  influences the shared libraries used by all programs.
  
  I think the check should be made even more stringent by also
  ignoring group-writable directories.  I will make that change soon
  unless we encounter a good reason not to do it.
  
  Submitted by:	Maxime Henrion <mhenrion@cybercable.fr>
  
  Revision  Changes    Path
  1.4       +17 -2     src/sbin/ldconfig/elfhints.c
  1.21      +5 -5      src/sbin/ldconfig/ldconfig.8
  1.33      +16 -1     src/sbin/ldconfig/ldconfig.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007260447.VAA44122>