guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: etc: Add more SELinux permissions for the daemon.


From: guix-commits
Subject: branch master updated: etc: Add more SELinux permissions for the daemon.
Date: Mon, 24 Jan 2022 05:47:43 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 98e74d520a etc: Add more SELinux permissions for the daemon.
98e74d520a is described below

commit 98e74d520a30d1ed7d7b47d4f1d9afadefc699e3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jan 24 11:26:07 2022 +0100

    etc: Add more SELinux permissions for the daemon.
    
    * etc/guix-daemon.cil.in (guix_daemon): Permit write on guix_daemon_conf_t
    sock_file, necessary for garbage collection.
---
 etc/guix-daemon.cil.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/guix-daemon.cil.in b/etc/guix-daemon.cil.in
index c9f4e3186d..2ba02d1655 100644
--- a/etc/guix-daemon.cil.in
+++ b/etc/guix-daemon.cil.in
@@ -302,6 +302,9 @@
   (allow guix_daemon_t
          guix_daemon_conf_t
          (lnk_file (create getattr rename unlink read)))
+  (allow guix_daemon_t
+         guix_daemon_conf_t
+         (sock_file (write)))
   (allow guix_daemon_t net_conf_t
          (file (getattr open read)))
   (allow guix_daemon_t net_conf_t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]