forked from pool/thttpd
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
This commit is contained in:
parent
9509cb72ff
commit
d591f8a23a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 08:42:14 UTC 2020 - Vítězslav Čížek <vcizek@suse.com>
|
||||
|
||||
- Allow regular users to execute makeweb (bsc#1171580)
|
||||
* Set permissions to 2751
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 16:40:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -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}/*/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user