]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
access() shouldn't diddle with the contents of a potentially shared
authorDon Lewis <truckman@FreeBSD.org>
Sat, 2 Sep 2000 12:31:55 +0000 (12:31 +0000)
committerDon Lewis <truckman@FreeBSD.org>
Sat, 2 Sep 2000 12:31:55 +0000 (12:31 +0000)
commit8577117cc839ee5d767790eeaddbaa3993481302
tree7ef08677583a4e00040993c327f1b1c4f98c5e55
parentb3f212829b6d5af1e2cd0cf5d58bda07c0d58b8e
access() shouldn't diddle with the contents of a potentially shared
credential.  Create a temporary copy of the current credential and
modify the copy.

Submitted by: tegge
sys/kern/vfs_extattr.c
sys/kern/vfs_syscalls.c