From: Michael Biebl Date: Tue, 19 Nov 2019 08:10:23 +0000 (+0100) Subject: udev: drop SystemCallArchitectures=native from systemd-udevd.service X-Git-Tag: archive/raspbian/250.3-1+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3237bc0af1551a5e71fed0400785161688bc67b;p=systemd.git 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 --- diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index d042bfb0..5b7ac58f 100644 --- a/units/systemd-udevd.service.in +++ b/units/systemd-udevd.service.in @@ -37,7 +37,6 @@ RestrictRealtime=yes RestrictSUIDSGID=yes SystemCallFilter=@system-service @module @raw-io bpf SystemCallErrorNumber=EPERM -SystemCallArchitectures=native LockPersonality=yes IPAddressDeny=any {{SERVICE_WATCHDOG}}