From fe8fbebd029cdeb19972823cc9d56446c265f8a6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 19 Nov 2019 09:10:23 +0100 Subject: [PATCH] udev: drop SystemCallArchitectures=native from systemd-udevd.service We can't really control what helper programs are run from other udev rules. E.g. running i386 binaries under amd64 is a valid use case and should not trigger a SIGSYS failure. Closes: #869719 Gbp-Pq: Topic debian Gbp-Pq: Name udev-drop-SystemCallArchitectures-native-from-systemd-ude.patch --- units/systemd-udevd.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index 99011982..8e52af57 100644 --- a/units/systemd-udevd.service.in +++ b/units/systemd-udevd.service.in @@ -38,7 +38,6 @@ RestrictRealtime=yes RestrictSUIDSGID=yes SystemCallFilter=@system-service @module @raw-io bpf SystemCallErrorNumber=EPERM -SystemCallArchitectures=native LockPersonality=yes IPAddressDeny=any {{SERVICE_WATCHDOG}} -- 2.30.2