Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2008 14:02:46 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/devfs devfs_vnops.c
Message-ID:  <200806011403.m51E30hN044784@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806011403.m51E30hN044784>