commit e064349336477b4537ee19cb2fe2ed3b62ccbb0b
Author: Matthew Dillon <[email protected]>
Date: Mon Nov 1 09:29:31 2010 -0700
kernel - Fix access chceck in tmpfs that prevented chroot's into it
* Fix broken code which caused access() calls into tmpfs to assume
write permission was being requested when it was not.
Submitted-by: Rumko <[email protected]>
Summary of changes:
sys/vfs/tmpfs/tmpfs_vnops.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e064349336477b4537ee19cb2fe2ed3b62ccbb0b
--
DragonFly BSD source repository