From: Erez Zadok Date: Mon, 19 Sep 2005 04:00:57 +0000 (+0000) Subject: * README.attrcache: document netbsd's patchs to support noac. X-Git-Tag: before-xstr~10 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=895b576d87fe1208e1167747317ad0c5c8668f18;p=am-utils-6.1.git * README.attrcache: document netbsd's patchs to support noac. --- diff --git a/ChangeLog b/ChangeLog index dfcc97d..ed8a9bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2005-09-18 Erez Zadok - * 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 diff --git a/README.attrcache b/README.attrcache index 4c50121..d5291be 100644 --- a/README.attrcache +++ b/README.attrcache @@ -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.