mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
Add release notes for the changed file permissions on sendmail alias
and map databases as well as the statistics file. MFC after: 1 day pending RE approval
This commit is contained in:
parent
51cf186eab
commit
8ef44867e8
2 changed files with 26 additions and 0 deletions
|
|
@ -3550,6 +3550,19 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
|
|||
|
||||
<programlisting>sendmail_enable="YES"</programlisting>
|
||||
|
||||
<para>The permissions for <application>sendmail</application>
|
||||
alias and map databases built via
|
||||
<filename>/etc/mail/Makefile</filename> now default to mode
|
||||
0640 to protect against a file locking local denial of service.
|
||||
It can be changed by setting the new
|
||||
<varname>SENDMAIL_MAP_PERMS</varname>
|
||||
<filename>make.conf</filename> option. &merged;</para>
|
||||
|
||||
<para>The permissions for the <application>sendmail</application>
|
||||
statistics file, <filename>/var/log/sendmail.st</filename>, have
|
||||
been changed from mode 0644 to mode 0640 to protect against
|
||||
a file locking local denial of service. &merged;</para>
|
||||
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
|
|
|
|||
|
|
@ -3550,6 +3550,19 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
|
|||
|
||||
<programlisting>sendmail_enable="YES"</programlisting>
|
||||
|
||||
<para>The permissions for <application>sendmail</application>
|
||||
alias and map databases built via
|
||||
<filename>/etc/mail/Makefile</filename> now default to mode
|
||||
0640 to protect against a file locking local denial of service.
|
||||
It can be changed by setting the new
|
||||
<varname>SENDMAIL_MAP_PERMS</varname>
|
||||
<filename>make.conf</filename> option. &merged;</para>
|
||||
|
||||
<para>The permissions for the <application>sendmail</application>
|
||||
statistics file, <filename>/var/log/sendmail.st</filename>, have
|
||||
been changed from mode 0644 to mode 0640 to protect against
|
||||
a file locking local denial of service. &merged;</para>
|
||||
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue