[issue1467] Perm problems after a 2.2.1 -> HEAD transition

Matthew Dillon dillon at apollo.backplane.com
Wed Aug 26 10:45:46 PDT 2009


    Fix committed.  UFS and other filesystems (but not HAMMER) were
    using VOP_ACCESS() to check perms on open/create/rename/unlink.  These
    functions are not supposed to use the ruid/rgid.  I created a
    VOP_EACCESS() macro which passes the appropriate flag.

						-Matt





More information about the Bugs mailing list