git: DragonFly_RELEASE_2_8 kernel - Fix access chceck in tmpfs that prevented chroot's into it
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Nov 2 10:15:06 PDT 2010
commit e064349336477b4537ee19cb2fe2ed3b62ccbb0b
Author: Matthew Dillon <dillon at apollo.backplane.com>
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 <rumcic at gmail.com>
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
More information about the Commits
mailing list