guix-commits
[Top][All Lists]
Advanced

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

branch version-1.2.0 updated: maint: Install 'guix-daemon.cil' SELinux f


From: guix-commits
Subject: branch version-1.2.0 updated: maint: Install 'guix-daemon.cil' SELinux file.
Date: Mon, 16 Nov 2020 11:15:20 -0500

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

civodul pushed a commit to branch version-1.2.0
in repository guix.

The following commit(s) were added to refs/heads/version-1.2.0 by this push:
     new d403141  maint: Install 'guix-daemon.cil' SELinux file.
d403141 is described below

commit d4031410375834349bc0d56630be86b076a1d704
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 16 15:23:40 2020 +0100

    maint: Install 'guix-daemon.cil' SELinux file.
    
    Fixes <https://bugs.gnu.org/44649>.
    Reported by Daniel Brooks <db48x@db48x.net>.
    
    This is a followup to 6799e6e5780683cc20f250192fb84cbec135073b, which
    rightfully removed the '.cil' file from the distribution, but wrongfully
    installed the '.cil.in' file instead of the '.cil' file.
    
    * Makefile.am (nodist_selinux_policy_DATA): Remove ".in".
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 5b84d74..d63f2ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -562,7 +562,7 @@ dist_zshcompletion_DATA = etc/completion/zsh/_guix
 dist_fishcompletion_DATA = etc/completion/fish/guix.fish
 
 # SELinux policy
-nodist_selinux_policy_DATA = etc/guix-daemon.cil.in
+nodist_selinux_policy_DATA = etc/guix-daemon.cil
 
 EXTRA_DIST +=                                          \
   HACKING                                              \



reply via email to

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