mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	systemd: remove RestrictNamespaces from service file
Wireplumber loads the libcamera nodes into the pipewire server. We need to remove the RestrictNamespaces option from the service file to allow libcamera to load sandboxed IPA modules.
This commit is contained in:
		
							parent
							
								
									5212649ee1
								
							
						
					
					
						commit
						8f35e18d18
					
				
					 2 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -18,7 +18,6 @@ Requires=pipewire.socket
 | 
				
			||||||
LockPersonality=yes
 | 
					LockPersonality=yes
 | 
				
			||||||
MemoryDenyWriteExecute=yes
 | 
					MemoryDenyWriteExecute=yes
 | 
				
			||||||
NoNewPrivileges=yes
 | 
					NoNewPrivileges=yes
 | 
				
			||||||
RestrictNamespaces=yes
 | 
					 | 
				
			||||||
SystemCallArchitectures=native
 | 
					SystemCallArchitectures=native
 | 
				
			||||||
SystemCallFilter=@system-service
 | 
					SystemCallFilter=@system-service
 | 
				
			||||||
Type=simple
 | 
					Type=simple
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -20,7 +20,6 @@ ConditionUser=!root
 | 
				
			||||||
LockPersonality=yes
 | 
					LockPersonality=yes
 | 
				
			||||||
MemoryDenyWriteExecute=yes
 | 
					MemoryDenyWriteExecute=yes
 | 
				
			||||||
NoNewPrivileges=yes
 | 
					NoNewPrivileges=yes
 | 
				
			||||||
RestrictNamespaces=yes
 | 
					 | 
				
			||||||
SystemCallArchitectures=native
 | 
					SystemCallArchitectures=native
 | 
				
			||||||
SystemCallFilter=@system-service mincore
 | 
					SystemCallFilter=@system-service mincore
 | 
				
			||||||
Type=simple
 | 
					Type=simple
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue