[packages/h2o] run does not need to be nobody accessible
glen
glen at pld-linux.org
Fri Sep 29 16:07:53 CEST 2017
commit 4969dbb3e52514898890eb5f79d0bd964592b72b
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Fri Sep 29 17:07:09 2017 +0300
run does not need to be nobody accessible
h2o.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/h2o.spec b/h2o.spec
index 1cb1a7f..1db6b7c 100644
--- a/h2o.spec
+++ b/h2o.spec
@@ -138,7 +138,7 @@ fi
%attr(755,root,root) %{_datadir}/%{name}/setuidgid
%attr(755,root,root) %{_datadir}/%{name}/start_server
-%attr(710,root,nobody) %dir %{_localstatedir}/run/h2o
+%attr(710,root,root) %dir %{_localstatedir}/run/h2o
%attr(700,root,root) %dir %{_localstatedir}/log/h2o
%if %{with mruby}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/h2o.git/commitdiff/bde0bf0dde99a2d6de74d0005ea60d3b046ed48d
More information about the pld-cvs-commit
mailing list