Accepting request 619119 from home:tsaupe:branches:openSUSE:Factory:rsyslog-bsc935393

fix CVE-2015-3243 rsyslog: some log files are created world-readable (bsc#935393)

OBS-URL: https://build.opensuse.org/request/show/619119
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=291
This commit is contained in:
Andreas Stieger 2018-06-27 18:46:07 +00:00 committed by Git OBS Bridge
parent 93a9a63293
commit 8775806b9b
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 26 07:43:50 UTC 2018 - Thomas.Blume@suse.com
- fix CVE-2015-3243 rsyslog: some log files are created world-readable
(bsc#935393)
-------------------------------------------------------------------
Sat Mar 24 18:47:34 UTC 2018 - astieger@suse.com

View File

@ -61,6 +61,14 @@ $IncludeConfig ADDITIONAL_SOCKETS
#
$IncludeConfig ETC_RSYSLOG_D_GLOB
#
# Set the default permissions for all log files.
#
$FileOwner root
$FileGroup root
$FileCreateMode 0640
$DirCreateMode 0750
$Umask 0022
###
# print most important on tty10 and on the xconsole pipe