diff options
| author | Miklos Szeredi <mszeredi@redhat.com> | 2021-01-28 10:22:48 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-23 15:00:56 +0100 |
| commit | f1cb5984909ce2737caa205b63509c59141bcf49 (patch) | |
| tree | dc5cb3d0f60a1e5a385e26586597a480386240e7 /security | |
| parent | 26abce4fab8e68fc9f2a5c21d20aecf3ffc40a07 (diff) | |
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
