mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	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:
		
							parent
							
								
									1efd76455f
								
							
						
					
					
						commit
						52852f66cb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -22,7 +22,7 @@ MemoryDenyWriteExecute=yes
 | 
				
			||||||
NoNewPrivileges=yes
 | 
					NoNewPrivileges=yes
 | 
				
			||||||
RestrictNamespaces=yes
 | 
					RestrictNamespaces=yes
 | 
				
			||||||
SystemCallArchitectures=native
 | 
					SystemCallArchitectures=native
 | 
				
			||||||
SystemCallFilter=@system-service
 | 
					SystemCallFilter=@system-service mincore
 | 
				
			||||||
Type=simple
 | 
					Type=simple
 | 
				
			||||||
ExecStart=@PW_BINARY@
 | 
					ExecStart=@PW_BINARY@
 | 
				
			||||||
Restart=on-failure
 | 
					Restart=on-failure
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue