forked from pool/systemd
59b703ed39
- Add 5000-rules-add-missing-line-continuation.patch until commit
de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1 is backported to the v252 stable
tree.
- Import commit 5a506d73bde7ba9261985f8e9ce084044a519432 (merge of v252.4)
It includes the following fixes:
9b75a3d050 coredump: do not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415)
For a complete list of changes, visit:
bf3fef9988...5a506d73bd
Additionally, it also includes the following backports:
- 20ca3155c5 localed: reload PID1 configuration after modifying /etc/locale.conf
- 3538c202fd test: update TEST-73-LOCALE to define several locale settings in initial PID1 environment
- Drop 5000-coredump-adjust-whitespace.patch
5001-coredump-do-not-allow-user-to-access-coredumps-with-.patch
They are part of v252.4.
OBS-URL: https://build.opensuse.org/request/show/1056400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=376
29 lines
988 B
Diff
29 lines
988 B
Diff
From de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1 Mon Sep 17 00:00:00 2001
|
|
From: Yu Watanabe <watanabe.yu+github@gmail.com>
|
|
Date: Wed, 21 Dec 2022 17:32:56 +0900
|
|
Subject: [PATCH 5000/5000] rules: add missing line continuation
|
|
|
|
Fixes a bug introduced by 953c928c24455744d5534679998d129b947a5e04.
|
|
|
|
Fixes #25811.
|
|
---
|
|
rules.d/60-evdev.rules | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/rules.d/60-evdev.rules b/rules.d/60-evdev.rules
|
|
index 15483101e7..c97cdecb58 100644
|
|
--- a/rules.d/60-evdev.rules
|
|
+++ b/rules.d/60-evdev.rules
|
|
@@ -6,7 +6,7 @@ KERNEL!="event*", GOTO="evdev_end"
|
|
# Execute the match patterns below, from least-to-most specific.
|
|
|
|
# Device matching the modalias string (bustype, vendor, product, version, other properties)
|
|
-IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=evdev:",
|
|
+IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=evdev:", \
|
|
ENV{.HAVE_HWDB_PROPERTIES}="1"
|
|
|
|
# AT keyboard matching by the machine's DMI data
|
|
--
|
|
2.35.3
|
|
|