]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFS: Fix access to suid/sgid executables
authorWeston Andros Adamson <dros@netapp.com>
Thu, 3 Jan 2013 21:42:29 +0000 (16:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Jan 2013 17:18:38 +0000 (09:18 -0800)
commit5865afd9e73a8981f38344ddcb42d9f2049c1469
tree84355ebc044380c52ac5815a3a2fd656ff084295
parente13ddf6bbcfe7ea1f83b9a7a9f698ef461cdff82
NFS: Fix access to suid/sgid executables

commit f8d9a897d4384b77f13781ea813156568f68b83e upstream.

nfs_open_permission_mask() should only check MAY_EXEC for files that
are opened with __FMODE_EXEC.

Also fix NFSv4 access-in-open path in a similar way -- openflags must be
used because fmode will not always have FMODE_EXEC set.

This patch fixes https://bugzilla.kernel.org/show_bug.cgi?id=49101

Signed-off-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/dir.c
fs/nfs/nfs4proc.c