forked from pool/haproxy
Accepting request 582025 from home:KGronlund:branches:server:http
- Ensure haproxy home directory is not world readable (bsc#1077716) OBS-URL: https://build.opensuse.org/request/show/582025 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=160
This commit is contained in:
parent
392b0f1e5b
commit
7e6d8d08ea
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 16:37:25 UTC 2018 - kgronlund@suse.com
|
||||
|
||||
- Ensure haproxy home directory is not world readable (bsc#1077716)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 08 13:15:17 UTC 2018 - kgronlund@suse.com
|
||||
|
||||
|
@ -163,7 +163,7 @@ install -D -m 0755 %{S:1} %{buildroot}%{_sysconfdir}/init.d
|
||||
%{__ln_s} -f %{_sysconfdir}/init.d/%{pkg_name} %{buildroot}%{_sbindir}/rc%{pkg_name}
|
||||
%endif
|
||||
|
||||
install -d -m 0755 %{buildroot}%{pkg_home}
|
||||
install -d -m 0750 %{buildroot}%{pkg_home}
|
||||
install -D -m 0644 examples/haproxy.vim %{buildroot}%{vim_data_dir}/syntax/%{pkg_name}.vim
|
||||
install -D -m 0644 doc/%{pkg_name}.1 %{buildroot}%{_mandir}/man1/%{pkg_name}.1
|
||||
%if %{with apparmor}
|
||||
|
Loading…
Reference in New Issue
Block a user