diff options
author | 2020-07-17 16:59:25 +0800 | |
---|---|---|
committer | 2020-07-22 22:46:38 +0100 | |
commit | 85a5124b88504421aee686b185c7374dbe478d58 (patch) | |
tree | ff6d11d774d8a29584527ff2c063fdd35a6f2f4f /meta/recipes-core/systemd/systemd_244.3.bb | |
parent | e821cfe190cde5b1d4ba1d7b4f4bea4b2174e9ad (diff) | |
download | poky-85a5124b88504421aee686b185c7374dbe478d58.tar.gz poky-85a5124b88504421aee686b185c7374dbe478d58.tar.bz2 poky-85a5124b88504421aee686b185c7374dbe478d58.zip |
systemd : fix CVE-2020-13776
(From OE-Core rev: c23afae55758b53f34b08eb3a51ac25f0e4ce4d4)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_244.3.bb')
-rw-r--r-- | meta/recipes-core/systemd/systemd_244.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_244.3.bb b/meta/recipes-core/systemd/systemd_244.3.bb index c52a01b2dd..850d64e8b0 100644 --- a/meta/recipes-core/systemd/systemd_244.3.bb +++ b/meta/recipes-core/systemd/systemd_244.3.bb @@ -20,6 +20,7 @@ SRC_URI += "file://touchscreen.rules \ file://99-default.preset \ file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ file://0003-implment-systemd-sysv-install-for-OE.patch \ + file://CVE-2020-13776.patch \ " # patches needed by musl |