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 6799e6e578
, 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".
This commit is contained in:
parent
29ed17d634
commit
d403141037
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ dist_zshcompletion_DATA = etc/completion/zsh/_guix
|
||||||
dist_fishcompletion_DATA = etc/completion/fish/guix.fish
|
dist_fishcompletion_DATA = etc/completion/fish/guix.fish
|
||||||
|
|
||||||
# SELinux policy
|
# SELinux policy
|
||||||
nodist_selinux_policy_DATA = etc/guix-daemon.cil.in
|
nodist_selinux_policy_DATA = etc/guix-daemon.cil
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
HACKING \
|
HACKING \
|
||||||
|
|
Reference in a new issue