mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Remove CAP_NET_RAW from systemd service unit, as it's not clear why it is there in the first place
				
					
				
			This commit is contained in:
		
							parent
							
								
									408d381591
								
							
						
					
					
						commit
						a4bdf3de32
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@ Group=yggdrasil
 | 
				
			||||||
ProtectHome=true
 | 
					ProtectHome=true
 | 
				
			||||||
ProtectSystem=true
 | 
					ProtectSystem=true
 | 
				
			||||||
SyslogIdentifier=yggdrasil
 | 
					SyslogIdentifier=yggdrasil
 | 
				
			||||||
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE
 | 
					CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
 | 
				
			||||||
ExecStartPre=+-/sbin/modprobe tun
 | 
					ExecStartPre=+-/sbin/modprobe tun
 | 
				
			||||||
ExecStart=/usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf
 | 
					ExecStart=/usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf
 | 
				
			||||||
ExecReload=/bin/kill -HUP $MAINPID
 | 
					ExecReload=/bin/kill -HUP $MAINPID
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue