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}/*/*