Fixed sendmail.pem unsafe: Group readable file
This commit is contained in:
parent
ebce447fcd
commit
8ce589ebf2
@ -19,7 +19,7 @@
|
|||||||
Summary: A widely used Mail Transport Agent (MTA)
|
Summary: A widely used Mail Transport Agent (MTA)
|
||||||
Name: sendmail
|
Name: sendmail
|
||||||
Version: 8.15.2
|
Version: 8.15.2
|
||||||
Release: 29%{?dist}
|
Release: 30%{?dist}
|
||||||
License: Sendmail
|
License: Sendmail
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.sendmail.org/
|
URL: http://www.sendmail.org/
|
||||||
@ -587,7 +587,7 @@ if [ ! -f %{sslcert} ]; then
|
|||||||
|
|
||||||
%{_bindir}/openssl req -new -key %{sslkey} -x509 -sha256 -days 365 -set_serial $RANDOM -out %{sslcert} \
|
%{_bindir}/openssl req -new -key %{sslkey} -x509 -sha256 -days 365 -set_serial $RANDOM -out %{sslcert} \
|
||||||
-subj "/C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=${FQDN}/emailAddress=root@${FQDN}"
|
-subj "/C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=${FQDN}/emailAddress=root@${FQDN}"
|
||||||
chmod 644 %{sslcert}
|
chmod 600 %{sslcert}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
@ -749,6 +749,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 20 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 8.15.2-30
|
||||||
|
- Fixed sendmail.pem unsafe: Group readable file
|
||||||
|
|
||||||
* Mon Jul 23 2018 Robert Scheck <robert@fedoraproject.org> - 8.15.2-29
|
* Mon Jul 23 2018 Robert Scheck <robert@fedoraproject.org> - 8.15.2-29
|
||||||
- Add basic sendmail TLS configuration by default (#1607314 #c11)
|
- Add basic sendmail TLS configuration by default (#1607314 #c11)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user