From 5bca903d1c75a59a3e415d14812b4ffca769d930 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 29 Nov 2013 12:13:23 +0100 Subject: Fix bug in voting when emails in different lists have the same msgid --- hyperkitty.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty.spec') diff --git a/hyperkitty.spec b/hyperkitty.spec index d934f09..31a5257 100644 --- a/hyperkitty.spec +++ b/hyperkitty.spec @@ -108,7 +108,7 @@ rm -f hyperkitty_standalone/__init__.py # SELinux mkdir SELinux -echo '%{_localstatedir}/lib/%{name}/sites(/.*)? system_u:object_r:httpd_sys_content_t:s0' \ +echo '%{_localstatedir}/lib/%{name}/sites(/.*)? gen_context(system_u:object_r:httpd_sys_content_t,s0)' \ > SELinux/%{name}.fc # remember to bump the following version if the policy is updated echo "policy_module(%{name}, 1.0)" > SELinux/%{name}.te -- cgit