cvs commit: src/sys/fs/devfs devfs_vnops.c

Ed Schouten ed at FreeBSD.org
Sun Jun 1 14:03:01 UTC 2008


ed          2008-06-01 14:03:00 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/devfs         devfs_vnops.c 
  Log:
  SVN rev 179475 on 2008-06-01 14:02:46Z by ed
  
  Revert the changes I made to devfs_setattr() in r179457.
  
  As discussed with Robert Watson and John Baldwin, it would be better if
  PTY's are created with proper permissions, turning grantpt() into a
  no-op.
  
  Bypassing security frameworks like MAC by passing NOCRED to
  VOP_SETATTR() will only make things more complex.
  
  Approved by:    philip (mentor)
  
  Revision  Changes    Path
  1.161     +3 -4      src/sys/fs/devfs/devfs_vnops.c


More information about the cvs-src mailing list