* README.attrcache: document netbsd's patchs to support noac.
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 19 Sep 2005 04:00:57 +0000 (04:00 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 19 Sep 2005 04:00:57 +0000 (04:00 +0000)
ChangeLog
README.attrcache

index dfcc97df5997dff235948184bedfa33edc4051e4..ed8a9bd6211069d2054fdfc2932ddb49403621ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2005-09-18  Erez Zadok  <ezk@cs.sunysb.edu>
 
-       * README.attrcache: document netbsd's patch to support noac.
+       * README.attrcache: document netbsd's patchs to support noac.
 
        * libamu/mount_fs.c (compute_nfs_attrcache_flags): cleanup the
        code that sets the ac{reg,dir}{min,max} fields so it also sets the
index 4c50121dbae71b7428d6b8f0892337202280c0cb..d5291be09beaa1b634d3a2d6fba0df107eab0049 100644 (file)
@@ -98,15 +98,18 @@ Linux: 2.6.11 kernel (2.4.latest probably works fine)
 FreeBSD 5.4 and 6.0-SNAP001 (older versions probably work fine)
 OpenBSD 3.7 (older versions probably work fine)
 
-** Vulnerable (don't support a proper "noac" flag):
+** Vulnerable (don't support a proper "noac" flag natively):
 
 NetBSD 2.0.2 (older versions are also probably affected)
 
 Note: NetBSD has promised to support a noac flag hopefully after 2.1.0 is
-released (maybe in 3.0 or 2.2).  In the mean time, you can apply this kernel
-patch to support a 'noac' flag in NetBSD:
-ftp://ftp.netbsd.org/pub/NetBSD/misc/christos/nfs.noac.diff
-
+released (maybe in 3.0 or 2.2).  In the mean time, you can apply one of
+these two kernel patchs to support a 'noac' flag in NetBSD 2.x or 3.x:
+       ftp://ftp.netbsd.org/pub/NetBSD/misc/christos/2x.nfs.noac.diff
+       ftp://ftp.netbsd.org/pub/NetBSD/misc/christos/3x.nfs.noac.diff
+After applying this patch and rebuilding your kernel, reboot with the new
+kernel.  Then copy the new nfs.h and nfsmount.h from /sys/nfs/ to
+/usr/include/nfs/, and finally rebuild am-utils from scratch.
 
 Sincerely,
 Erez.