diff options
author | Ian Kent <raven@themaw.net> | 2018-04-20 14:55:59 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-24 09:29:28 +0200 |
commit | daf60c66be35e3682cacbd837d931d564f352858 (patch) | |
tree | b67a1130a33ea694ea4f77385dbba0746c2657a4 /fs/cifs | |
parent | c29b983a5f27234cee94cf1e992f0cb055bf9408 (diff) | |
download | linux-stable-daf60c66be35e3682cacbd837d931d564f352858.tar.gz linux-stable-daf60c66be35e3682cacbd837d931d564f352858.tar.bz2 linux-stable-daf60c66be35e3682cacbd837d931d564f352858.zip |
autofs: mount point create should honour passed in mode
commit 1e6306652ba18723015d1b4967fe9de55f042499 upstream.
The autofs file system mkdir inode operation blindly sets the created
directory mode to S_IFDIR | 0555, ingoring the passed in mode, which can
cause selinux dac_override denials.
But the function also checks if the caller is the daemon (as no-one else
should be able to do anything here) so there's no point in not honouring
the passed in mode, allowing the daemon to set appropriate mode when
required.
Link: http://lkml.kernel.org/r/152361593601.8051.14014139124905996173.stgit@pluto.themaw.net
Signed-off-by: Ian Kent <raven@themaw.net>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/cifs')
0 files changed, 0 insertions, 0 deletions