NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57246 CVS commit: src/sys/miscfs/genfs



The following reply was made to PR kern/57246; it has been noted by GNATS.

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57246 CVS commit: src/sys/miscfs/genfs
Date: Fri, 3 Mar 2023 10:02:51 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Fri Mar  3 10:02:51 UTC 2023
 
 Modified Files:
 	src/sys/miscfs/genfs: genfs_vnops.c
 
 Log Message:
 Fix genfs_can_chtimes() to also handle the condition:
 
   If the time pointer is null, then write permission
   on the file is also sufficient.
 
 From FreeBSD.
 
 Should fix PR kern/57246 "NFS group permissions regression"
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.219 -r1.220 src/sys/miscfs/genfs/genfs_vnops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index