Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 1997 13:34:37 -0800 (PST)
From:      Mike Pritchard <mpp>
To:        CVS-committers, cvs-all, cvs-etc
Subject:   cvs commit:  src/etc security
Message-ID:  <199702232134.NAA03433@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mpp         97/02/23 13:34:36

  Modified:    etc       security
  Log:
  When looking for setuid files, call find with -print0 and xargs with -0.
  This allows find to pass files with "illegal" characters to xargs in a
  safe manner.
  
  Note: due to the manner in which the file names are now passed between
  find and xargs, the files are now sorted differently than before.
  The first /etc/security run after installing this change may result
  in a lot of output when nothing did in fact change.
  
  Closes PR# 1910.
  
  2.2 candidate.
  
  Revision  Changes    Path
  1.19      +4 -4      src/etc/security



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