summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2021-01-28 10:22:48 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-02-17 11:02:22 +0100
commitcbb9404a50521cdee71346d162b72d3cde270b9e (patch)
tree92b11a8ec2217c409f8d811ad05e6d20003f8b7e /security
parentf66fa5ec47e0d3151061922b99046e294297313f (diff)
downloadlinux-stable-cbb9404a50521cdee71346d162b72d3cde270b9e.tar.gz
linux-stable-cbb9404a50521cdee71346d162b72d3cde270b9e.tar.bz2
linux-stable-cbb9404a50521cdee71346d162b72d3cde270b9e.zip
ovl: perform vfs_getxattr() with mounter creds
[ Upstream commit 554677b97257b0b69378bd74e521edb7e94769ff ] The vfs_getxattr() in ovl_xattr_set() is used to check whether an xattr exist on a lower layer file that is to be removed. If the xattr does not exist, then no need to copy up the file. This call of vfs_getxattr() wasn't wrapped in credential override, and this is probably okay. But for consitency wrap this instance as well. Reported-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions