Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Tue, 06 Jul 2021 19:19:00
Message-Id: 1625598966.1f41de1c4346c52a398795cabff10d6834667a76.dilfridge@gentoo
1 commit: 1f41de1c4346c52a398795cabff10d6834667a76
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 19:16:06 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 19:16:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f41de1c
7
8 package.mask: Mask opentmpfiles for security, bug 751415
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/base/package.mask | 7 +++++++
13 1 file changed, 7 insertions(+)
14
15 diff --git a/profiles/base/package.mask b/profiles/base/package.mask
16 index c103679ebe5..6f21ce80d96 100644
17 --- a/profiles/base/package.mask
18 +++ b/profiles/base/package.mask
19 @@ -1,2 +1,9 @@
20 # Copyright 1999-2019 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22 +
23 +# Andreas K. Hüttel <dilfridge@g.o> (06.07.2021)
24 +# Root privilege escalation, CVE-2017-18925, bug 751415
25 +sys-apps/opentmpfiles
26 +
27 +# (above is added here instead of in ../package.mask so x86 musl can
28 +# override it for the moment)