mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 13:57:54 -04:00
cifs: make sure we ignore the credentials= and cred= options
Older mount.cifs programs passed this on to the kernel after parsing
the file. Make sure the kernel ignores that option.
Should fix:
https://bugzilla.kernel.org/show_bug.cgi?id=43195
Cc: Sachin Prabhu <sprabhu@redhat.com>
Reported-by: Ronald <ronald645@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
committed by
Steve French
parent
f966424e99
commit
a557b97616
@@ -215,6 +215,8 @@ static const match_table_t cifs_mount_option_tokens = {
|
||||
|
||||
{ Opt_ignore, "cred" },
|
||||
{ Opt_ignore, "credentials" },
|
||||
{ Opt_ignore, "cred=%s" },
|
||||
{ Opt_ignore, "credentials=%s" },
|
||||
{ Opt_ignore, "guest" },
|
||||
{ Opt_ignore, "rw" },
|
||||
{ Opt_ignore, "ro" },
|
||||
|
||||
Reference in New Issue
Block a user