From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: modprobe on guix Date: Mon, 21 Sep 2015 18:10:25 +0200 Message-ID: <87mvwflpn2.fsf@gnu.org> References: <87mvwg539t.fsf@x200.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze3fg-0000Ap-LF for guix-devel@gnu.org; Mon, 21 Sep 2015 12:10:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ze3ff-0005ri-Li for guix-devel@gnu.org; Mon, 21 Sep 2015 12:10:28 -0400 In-Reply-To: <87mvwg539t.fsf@x200.i-did-not-set--mail-host-address--so-tickle-me> (petter@mykolab.ch's message of "Sun, 20 Sep 2015 20:55:42 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Petter Cc: guix-devel@gnu.org Petter skribis: > (I've looked at whitelisting environment variables in /etc/sudoers, but > i believe this is for passing on user defined variables, not system > variables.) One solution would be to provide a /etc/environment file containing the right value for LINUX_MODULE_DIRECTORY (=E2=80=98sudo=E2=80=99 honors that,= according to sudoers(5).) WDYT? Ludo=E2=80=99.