NFS client code in 2.2/2.3/2.4

Dick Streefland (dick_streefland@tasking.com)
Thu, 19 Aug 1999 18:37:01 +0200


[OK, I finally figured out the new mailing list address]

Will the NFS client changes from the -ac* patches be merged into the
2.2 and 2.3 kernels? I'm asking because the NFS code in the stock 2.2
and 2.3 kernels has a problem with file permission checking that is
solved in the ac patches. The problem has to do with setuid programs,
and is easily demonstrated by issuing the following commands in an
NFS-mounted directory:

$ mount | cat > x
$ ls -l x
-rw-r--r-- 1 dicks sec 1172 Aug 18 17:48 x
$ mount > x
$ ls -l x
-rw-r--r-- 1 dicks sec 0 Aug 18 17:48 x

-- 
Dick Streefland                      ////            TASKING Software BV
dick_streefland@tasking.com         (@ @)         http://www.tasking.com
--------------------------------oOO--(_)--OOo---------------------------

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/