mirror of
				https://git.proxmox.com/git/systemd
				synced 2025-11-04 10:35:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			261 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			261 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Test for AmbientCapabilities (daemon)
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/bin/sh -x -c 'c=$$(grep "CapAmb:" /proc/self/status); test "$$c" = "CapAmb:	0000000000002001"'
 | 
						|
Type=oneshot
 | 
						|
User=daemon
 | 
						|
AmbientCapabilities=CAP_CHOWN
 | 
						|
AmbientCapabilities=CAP_NET_RAW
 |