Gentoo Archives: gentoo-dev

From: Mike Pagano <mpagano@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 1/1] eclass/kernel-2: Add additional help text when K_SECURITY_UNSUPPORTED is set
Date: Sun, 05 Mar 2017 21:43:03
Message-Id: f834bb0f-6175-679f-0a4d-2ffafdc9df8c@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH 1/1] eclass/kernel-2: Add additional help text when K_SECURITY_UNSUPPORTED is set by Alice Ferrazzi
1 On 03/02/2017 06:56 AM, Alice Ferrazzi wrote:
2 > On Thu, Mar 2, 2017 at 9:09 AM, Mike Pagano <mpagano@g.o> wrote:
3 >> This patch will add some additional text to bring some additional notice
4 >> to users
5 >> about the security considerations of a specific kernel and direct them
6 >> to the
7 >> upstream website for further information. See bug #599454
8 >>
9 >> Signed-off-by: Mike Pagano <mpagano@g.o>
10 >> ---
11 >> eclass/kernel-2.eclass | 6 ++++++
12 >> 1 file changed, 6 insertions(+)
13 >>
14 >> diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
15 >> index e95ec07..2aaab58 100644
16 >> --- a/eclass/kernel-2.eclass
17 >> +++ b/eclass/kernel-2.eclass
18 >> @@ -1054,6 +1054,12 @@ postinst_sources() {
19 >> # And now the general message.
20 >> if [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then
21 >> ewarn "This means that it is likely to be vulnerable to recent
22 >> security issues."
23 >> + echo
24 >> + ewarn "Upstream kernel developers recommend always running the latest "
25 >> + ewarn "release of any current long term supported Linux kernel version."
26 >> + ewarn "To see a list of these versions, their most current release and "
27 >> + ewarn "long term support status, please go to https://www.kernel.org ."
28 >> + echo
29 >> ewarn "For specific information on why this kernel is unsupported,
30 >> please read:"
31 >> ewarn "https://wiki.gentoo.org/wiki/Project:Kernel_Security"
32 >> fi
33 >> --
34 >> 2.10.2
35 >>
36 >>
37 >
38 > looks like a nice idea.
39 > +1
40 >
41
42
43 Applied
44
45 --
46 Mike Pagano
47 Gentoo Developer - Kernel Project
48 Gentoo Sources - Lead
49 E-Mail : mpagano@g.o
50 GnuPG FP : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
51 Public Key :
52 http://http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index

Attachments

File name MIME type
signature.asc application/pgp-signature