]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cifs: Do not use the original cruid when following DFS links for multiuser mounts
authorRonnie Sahlberg <lsahlber@redhat.com>
Tue, 13 Jul 2021 02:22:59 +0000 (12:22 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:02:00 +0000 (16:02 +0200)
commitc3e2f327959fe6acfe52875be410b1043e621c28
tree2e6b68ea827ec09c3cf106f5c2c38dce2fd01492
parent6df445822cff00b1ce919e543312fd374be8e534
cifs: Do not use the original cruid when following DFS links for multiuser mounts

commit 50630b3f1ada0bf412d3f28e73bac310448d9d6f upstream.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=213565

cruid should only be used for the initial mount and after this we should use the current
users credentials.
Ignore the original cruid mount argument when creating a new context for a multiuser mount
following a DFS link.

Fixes: 24e0a1eff9e2 ("cifs: switch to new mount api")
Cc: stable@vger.kernel.org # 5.11+
Reported-by: Xiaoli Feng <xifeng@redhat.com>
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/cifs_dfs_ref.c