From 52852f66cbdd696dcdad2fbb445834ec8679ab79 Mon Sep 17 00:00:00 2001 From: Robert Mader Date: Fri, 29 Aug 2025 08:29:23 +0200 Subject: [PATCH] systemd: Allow mincore syscal for Mesa/EGL This is required in order to allow plugins to use GL as mincore is used in Mesas `_eglPointerIsDereferenceable()`. One example for a client wanting to do so is the in-development libcamera GPUISP, see https://patchwork.libcamera.org/cover/24183/ --- src/daemon/systemd/user/pipewire.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/systemd/user/pipewire.service.in b/src/daemon/systemd/user/pipewire.service.in index f0c8d9cd5..27818b4b9 100644 --- a/src/daemon/systemd/user/pipewire.service.in +++ b/src/daemon/systemd/user/pipewire.service.in @@ -22,7 +22,7 @@ MemoryDenyWriteExecute=yes NoNewPrivileges=yes RestrictNamespaces=yes SystemCallArchitectures=native -SystemCallFilter=@system-service +SystemCallFilter=@system-service mincore Type=simple ExecStart=@PW_BINARY@ Restart=on-failure