cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c

Dag-Erling Smorgrav des at FreeBSD.org
Tue Aug 19 03:26:42 PDT 2003


des         2003/08/19 03:26:41 PDT

  FreeBSD src repository

  Modified files:
    sys/fs/pseudofs      pseudofs_vnops.c 
  Log:
  Add pfs_visible() checks to pfs_getattr() and pfs_getextattr().  This
  also fixes pfs_access() since it relies on VOP_GETATTR() which will call
  pfs_getattr().  This prevents jailed processes from discovering the
  existence, start time and ownership of processes outside the jail.
  
  PR:             kern/48156
  
  Revision  Changes    Path
  1.41      +6 -0      src/sys/fs/pseudofs/pseudofs_vnops.c


More information about the cvs-src mailing list