summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-11-21 15:01:07 +0100
committerRemi Collet <fedora@famillecollet.com>2013-11-21 15:01:07 +0100
commit6b0c8afcb14b2df57a7148d170b7501ef6d9de47 (patch)
tree9c20e8b9f41014aad0b50780c9ceef75cced9b5b
parent996ab790375e5bf865007a47c4a90ea36c8fd9c0 (diff)
glpi: missing context
-rw-r--r--glpi.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/glpi.spec b/glpi.spec
index 1f8db82..8903869 100644
--- a/glpi.spec
+++ b/glpi.spec
@@ -221,6 +221,7 @@ semanage fcontext -a -s system_u -t httpd_log_t -r s0 "%{_localstated
semanage fcontext -a -s system_u -t httpd_sys_rw_content_t -r s0 "%{_localstatedir}/lib/%{name}(/.*)?"
# files created by app
restorecon -R %{_sysconfdir}/%{name}
+restorecon -R %{_datadir}/%{name}
restorecon -R %{_localstatedir}/lib/%{name}
restorecon -R %{_localstatedir}/log/%{name}
) &>/dev/null