commit: 1f41de1c4346c52a398795cabff10d6834667a76 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Jul 6 19:16:06 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Jul 6 19:16:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f41de1c
package.mask: Mask opentmpfiles for security, bug 751415 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/base/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/base/package.mask b/profiles/base/package.mask index c103679ebe5..6f21ce80d96 100644 --- a/profiles/base/package.mask +++ b/profiles/base/package.mask @@ -1,2 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <[email protected]> (06.07.2021) +# Root privilege escalation, CVE-2017-18925, bug 751415 +sys-apps/opentmpfiles + +# (above is added here instead of in ../package.mask so x86 musl can +# override it for the moment)
