diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-11-21 15:01:07 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-11-21 15:01:07 +0100 |
commit | 6b0c8afcb14b2df57a7148d170b7501ef6d9de47 (patch) | |
tree | 9c20e8b9f41014aad0b50780c9ceef75cced9b5b | |
parent | 996ab790375e5bf865007a47c4a90ea36c8fd9c0 (diff) |
glpi: missing context
-rw-r--r-- | glpi.spec | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |