]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
It is absolutely invalid practice to test 'prot' bits to determine if a
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 17 Oct 2001 00:03:22 +0000 (00:03 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 17 Oct 2001 00:03:22 +0000 (00:03 +0000)
commit44cfd7a508919177f11cce9de6296ef037602378
treec1c1618f676a1ff08374def4cd419aacbf5449ee
parent2015a903703430d0eef01a4a72a55aec56f2134a
  It is absolutely invalid practice to test 'prot' bits to determine if a
  file is readable.  The only acceptable means of testing readability is to
  open it for reading, due to discrepancies between permissions, DACLs and
  SACLS.  Even Linux hackers are gonna need to learn that lesson if they
  plan to do any DOD or Gov work once DACL-enhanced Linux is adopted.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91516 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_pphrase.c