From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F5281382C5 for ; Tue, 4 May 2021 08:50:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F52AE088B; Tue, 4 May 2021 08:50:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5839CE088B for ; Tue, 4 May 2021 08:50:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC11733BEF2 for ; Tue, 4 May 2021 08:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58D60735 for ; Tue, 4 May 2021 08:50:50 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1620117641.f92049703da21591fe399308d47cedd2ea298d06.slyfox@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: data/ X-VCS-Repository: proj/sandbox X-VCS-Files: data/sandbox.bashrc X-VCS-Directories: data/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f92049703da21591fe399308d47cedd2ea298d06 X-VCS-Branch: master Date: Tue, 4 May 2021 08:50:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97319c6a-9325-49fa-93df-417f279adf99 X-Archives-Hash: 2c05ee83d8f98cac490bf39493f6b8d4 commit: f92049703da21591fe399308d47cedd2ea298d06 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue May 4 08:40:41 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 4 08:40:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=f9204970 sandbox.bashrc: don't alias 'make' We already set LD_PRELOAD environment variable. That should be enough to propagate it's effect. Let's keep make's argv unmodified. Signed-off-by: Sergei Trofimovich gentoo.org> data/sandbox.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/data/sandbox.bashrc b/data/sandbox.bashrc index 7601d35..252e0aa 100644 --- a/data/sandbox.bashrc +++ b/data/sandbox.bashrc @@ -9,7 +9,6 @@ fi export BASH_ENV="${SANDBOX_BASHRC}" -alias make="make LD_PRELOAD=${LD_PRELOAD}" alias su="su -c '/bin/bash -rcfile ${SANDBOX_BASHRC}'" declare -r SANDBOX_ACTIVE