From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] stripper: Strip any PIE executables Date: Wed, 06 Jul 2022 09:56:28 +0000 Message-ID: <6ab33d7f-e35d-bd88-dbe7-d7b83036e899@ipfire.org> In-Reply-To: <9893c529-d1b6-fd4d-d48e-60e8a83d439d@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3593180427051773476==" List-Id: --===============3593180427051773476== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Michael, just a short follow-up question on this: Do we need to re-ship all affected p= ackages again? Or is it fine to let users benefit from stripped PIE executables when we upda= te affected components anyway? Thanks, and best regards, Peter M=C3=BCller > Reviewed-by: Peter M=C3=BCller >=20 >> Fixes: #12894 >> Signed-off-by: Michael Tremer >> --- >> =C2=A0 src/stripper | 4 ++++ >> =C2=A0 1 file changed, 4 insertions(+) >> >> diff --git a/src/stripper b/src/stripper >> index fadbc514b..4014f03a4 100755 >> --- a/src/stripper >> +++ b/src/stripper >> @@ -38,6 +38,10 @@ function _strip() { >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 args+=3D( "--strip-all" ) >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 ;; >> =C2=A0 +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 *Type:*"DYN (Position-I= ndependent Executable file)"*) >> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 args+= =3D( "--strip-all" ) >> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; >> + >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 # Binaries >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 *Type:*"EXEC (Execu= table file)"*) >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 args+=3D( "--strip-all" ) --===============3593180427051773476==--