all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexis Simon <alexis.simon@runbox.com>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: Stuck installing guix package manager on Fedora with selinux
Date: Wed, 18 Oct 2023 20:22:42 -0700	[thread overview]
Message-ID: <a90e13cd-239b-436b-b477-61eb6d556198@runbox.com> (raw)
In-Reply-To: <87y1fzpdy6.fsf@gmail.com>

Hi,

So trying to prepare a patch, I realized those changes are already in 
master. So that's the reason I didn't get them in the normal stable 
release install.

Alexis

On 18/10/2023 19:02, Maxim Cournoyer wrote:
> Hello,
> 
> Alexis Simon <alexis.simon@runbox.com> writes:
> 
>> Ok I think I'm starting to get somewhere
>>
>> those are the changes that were needed in the selinux policy to be
>> able to start installing a package
>>
>> ==============================================
>> diff --git a/guix-daemon.cil b/guix-daemon.cil
>> index 3994e62..c26ed1a 100644
>> --- a/guix-daemon.cil
>> +++ b/guix-daemon.cil
>> @@ -202,7 +202,7 @@
>>                         sys_admin)))
>>     (allow guix_daemon_t
>>            fs_t
>> -         (filesystem (unmount)))
>> +         (filesystem (unmount remount)))
>>     (allow guix_daemon_t
>>            devpts_t
>>            (dir (search)))
>> @@ -308,6 +308,8 @@
>>            (lnk_file (read)))
>>     (allow guix_daemon_t NetworkManager_var_run_t
>>            (dir (search)))
>> +  (allow guix_daemon_t init_var_run_t
>> +         (dir (search)))
>>
>>     ;; Access to profiles
>>     (allow guix_daemon_t
>> =============================================
>>
>> I'll try it out more and update as I go along.
> 
> Sounds good, keep us posted!  When you have reached a point you are
> satisfied with, please email your patch to guix-patches@gnu.org.
> 


  reply	other threads:[~2023-10-19  3:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-17 16:42 Stuck installing guix package manager on Fedora with selinux Alexis Simon
2023-10-18 13:40 ` Markku Korkeala
2023-10-18 17:06   ` Alexis Simon
2023-10-18 18:16     ` Alexis Simon
2023-10-19  2:02       ` Maxim Cournoyer
2023-10-19  3:22         ` Alexis Simon [this message]
2023-10-19  3:36           ` Maxim Cournoyer
2023-10-20 11:32     ` Markku Korkeala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a90e13cd-239b-436b-b477-61eb6d556198@runbox.com \
    --to=alexis.simon@runbox.com \
    --cc=help-guix@gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.