Accepting request 839919 from home:gladiac:mailman3

- Remove suid bit from /var/lib/mailman/data

OBS-URL: https://build.opensuse.org/request/show/839919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=29
This commit is contained in:
Matej Cepl 2020-10-08 10:15:35 +00:00 committed by Git OBS Bridge
parent 114760fc69
commit 715101f148
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 7 05:46:29 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
- Remove suid bit from /var/lib/mailman/data
-------------------------------------------------------------------
Wed Sep 30 07:18:40 UTC 2020 - pgajdos@suse.com

View File

@ -246,7 +246,7 @@ getent passwd %{mailman_user} >/dev/null || \
%dir %attr(750,root,mailman) %{_sysconfdir}/%{mailman_name}.d
%dir %attr(750,mailman,mailman) %{mailman_homedir}
%dir %attr(2750,mailman,mailman) %{mailman_homedir}/data
%dir %attr(750,mailman,mailman) %{mailman_homedir}/data
%dir %attr(750,mailman,mailman) %{mailman_spooldir}
%dir %attr(750,mailman,mailman) %{mailman_logdir}
%ghost %dir %{mailman_rundir}