cvs commit: src/sys/kern kern_proc.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed Mar 17 05:19:44 PST 2004


pjd         2004/03/17 05:19:43 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_proc.c 
  Log:
  Fix information leakage.
  Without this fix it is possible to cheat policies like:
  - sysctl security.bsd.see_other_[gu]ids=0,
  - mac_seeotheruids(4),
  - jail(2)
  and get full processes list with their arguments.
  
  This problem exists from revision 1.62 of kern_proc.c when it was
  introduced.
  
  Reviewed by:    nectar, rwatson.
  
  Revision  Changes    Path
  1.200     +6 -1      src/sys/kern/kern_proc.c


More information about the cvs-src mailing list