forked from extern/egroupware
"changed chcon syntax, as Fedora 9 did not like it"
This commit is contained in:
parent
40f013181e
commit
587e9ba581
@ -136,7 +136,7 @@ Conflicts: %{packagename}
|
||||
This package provides the eGroupware core applications.
|
||||
%post core
|
||||
%if 0%{?rhel_version} || 0%{?fedora_version} || 0%{?centos_version}
|
||||
chcon "user_u:object_r:httpd_sys_content_t" /var/lib/egroupware -Rc
|
||||
chcon -R -u user_u -r object_r -t httpd_sys_content_t /var/lib/egroupware
|
||||
%endif
|
||||
|
||||
%package %{addressbook}
|
||||
|
Loading…
Reference in New Issue
Block a user