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/
This commit is contained in:
Robert Mader 2025-08-29 08:29:23 +02:00 committed by Wim Taymans
parent 8425307ca1
commit 4796b3fb95

View file

@ -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