diff options
| -rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.conf | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog_8.2506.0.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.conf b/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.conf index dbfefb7597..388c4e70bb 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.conf +++ b/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.conf | |||
| @@ -13,6 +13,7 @@ $ModLoad imklog # kernel logging (formerly provided by rklogd) | |||
| 13 | 13 | ||
| 14 | # | 14 | # |
| 15 | # Set the default permissions | 15 | # Set the default permissions |
| 16 | # Setting the $FileCreateMode not world readable fixes CVE-2015-3243 | ||
| 16 | # | 17 | # |
| 17 | $FileOwner root | 18 | $FileOwner root |
| 18 | $FileGroup adm | 19 | $FileGroup adm |
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2506.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2506.0.bb index 4ba41678aa..bcac76a231 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2506.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2506.0.bb | |||
| @@ -38,6 +38,7 @@ UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/tags" | |||
| 38 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 38 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
| 39 | 39 | ||
| 40 | CVE_PRODUCT = "rsyslog:rsyslog" | 40 | CVE_PRODUCT = "rsyslog:rsyslog" |
| 41 | CVE_STATUS[CVE-2015-3243] = "fix-file-included: The shipped default rsyslog.conf contains the fix" | ||
| 41 | 42 | ||
| 42 | inherit autotools pkgconfig systemd update-rc.d ptest | 43 | inherit autotools pkgconfig systemd update-rc.d ptest |
| 43 | 44 | ||
