diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-11-16 15:23:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-11-16 17:14:45 +0100 |
commit | d4031410375834349bc0d56630be86b076a1d704 (patch) | |
tree | 1baa4c7549a310524ea0d490203d4d93feba996e /Makefile.am | |
parent | 29ed17d6345d30b0646f0a9b63ab201e0e6871ec (diff) | |
download | guix-d4031410375834349bc0d56630be86b076a1d704.tar guix-d4031410375834349bc0d56630be86b076a1d704.tar.gz |
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".
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5b84d74f08..d63f2ae4b7 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 \ |