Displaying 1 result from an estimated 1 matches for "vwhatever".
Did you mean:
whatever
2008 Aug 31
0
NFSv4 ACLs.
...o
functional changes related to that. There are differences related to
permissions granularity; as long as VOP_ACCESS implementation simply
passes the "a_mode" parameter to the proper vaccess(9) routine, there
should be no difference in behaviour.
Adding granularity required adding some VWHATEVER defines to sys/vnode.h,
adding several VOP_ACCESS checks in the syscall layer, replacing VADMIN
with more specific permission in UFS and adding a unixify_vaccess()
routine that "strips the granularity" from the mode. This routine is
used in vaccess(9) and vaccess_acl_posix1e(9).
Filesys...