From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: SELinux log Date: Mon, 17 Jun 2019 03:44:44 +0200 Message-ID: <87imt5ouib.fsf@elephly.net> References: <87r284cer2.fsf@elephly.net> <87muisc8x8.fsf@elephly.net> <87ef41dfkc.fsf@elephly.net> <87tvcw9upi.fsf@elephly.net> <87h88v9udy.fsf@elephly.net> <87y3277wri.fsf@elephly.net> <87v9xa8sx6.fsf@elephly.net> <87a7em9dyh.fsf@elephly.net> <87r27xqpw1.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53279) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcghb-0002nR-MF for guix-devel@gnu.org; Sun, 16 Jun 2019 21:44:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcgha-0003cj-QZ for guix-devel@gnu.org; Sun, 16 Jun 2019 21:44:55 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21273) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hcgha-0003bU-0I for guix-devel@gnu.org; Sun, 16 Jun 2019 21:44:54 -0400 In-reply-to: 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" To: Laura Lazzati Cc: Guix-devel Hi Laura, > I have even tried adding the full path but when I test it I still see that > Guix is not found using enforcing mode. > Any ideas? Two things: * when you edit the .cil.in file you need to run the configure script again to generate an updated .cil file. You can=E2=80=99t load the chang= ed .cil.in file directly. * I=E2=80=99m repeating myself here: do *not* use enforcing mode. Do use permissive mode only. --=20 Ricardo