From d591f8a23a79af6adcd6b5564889a6e2ce22a132ec5ae9fab227ea0674f8964a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Sun, 17 May 2020 13:54:55 +0000 Subject: [PATCH] Accepting request 805512 from home:vitezslav_cizek:branches:server:http - Allow regular users to execute makeweb (bsc#1171580) * Set permissions to 2751 OBS-URL: https://build.opensuse.org/request/show/805512 OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=45 --- thttpd.changes | 6 ++++++ thttpd.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/thttpd.changes b/thttpd.changes index a6c1368..137d16d 100644 --- a/thttpd.changes +++ b/thttpd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 14 08:42:14 UTC 2020 - Vítězslav Čížek + +- Allow regular users to execute makeweb (bsc#1171580) + * Set permissions to 2751 + ------------------------------------------------------------------- Mon Feb 3 16:40:08 UTC 2020 - Dominique Leuenberger diff --git a/thttpd.spec b/thttpd.spec index ef125da..e6ae6f1 100644 --- a/thttpd.spec +++ b/thttpd.spec @@ -158,7 +158,7 @@ ln -s %{buildroot}%{_initddir}/%{name} %{buildroot}%{_sbindir}/rc%{name} %doc README config.h %{serverroot}/htdocs/* %attr(775, root, www) %{serverroot}/htdocs/users -%verify(not mode) %attr(2750, root, www) %{_bindir}/makeweb +%verify(not mode) %attr(2751, root, www) %{_bindir}/makeweb %{_bindir}/htpasswd %{_sbindir}/* %{_mandir}/*/*