csjp        2007-05-17 18:00:28 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     rtld.c 
  Log:
  In the event a process is tainted (setuid/setgid binaries), un-set any
  potentially dangerous environment variables all together. It should be
  noted that the run-time linker will not honnor these environment variables
  if the process is tainted currently. However, once a child of the tainted
  process calls setuid(2), it's status as being tainted (as defined by
  issetugid(2)) will be removed. This could be problematic because
  subsequent activations of the run-time linker could honnor these
  dangerous variables.
  
  This is more of an anti foot-shot mechanism, there is nothing I am
  aware of in base that does this, however there may be third party
  utilities which do, and there is no real negative impact of clearing
  these environment variables.
  
  Discussed on:   secteam
  Reviewed by:    cperciva
  PR:             kern/109836
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.124     +20 -10    src/libexec/rtld-elf/rtld.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to