From 69582213fb5e24cf2d1696a1e7c69a8c068b2e76 Mon Sep 17 00:00:00 2001 From: Timothy Asir J Date: Thu, 23 Nov 2017 00:40:21 +0530 Subject: [PATCH] Fix selinux tendrl policy load error tendrl-bugid: Tendrl/tendrl-selinux#7 Signed-off-by: Timothy Asir J --- tendrl-selinux.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tendrl-selinux.spec b/tendrl-selinux.spec index 567a317..283b17b 100644 --- a/tendrl-selinux.spec +++ b/tendrl-selinux.spec @@ -96,16 +96,16 @@ install -p -m 644 LICENSE %{buildroot}%{_pkgdocdir}/LICENSE %check %post -%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/tendrl +%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/tendrl.pp.bz2 %post -n carbon-selinux -%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/carbon +%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/carbon.pp.bz2 %post -n tendrl-collectd-selinux -%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/collectd +%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/collectd.pp.bz2 %post -n tendrl-grafana-selinux -%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/grafana +%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/grafana.pp.bz2 %postun if [ $1 -eq 0 ]; then