mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 01:50:50 +08:00 
			
		
		
		
	 3e77f960f6
			
		
	
	3e77f960f6
	
	
	
		
			
			Fixes: https://github.com/containers/podman/issues/11107 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			338 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			338 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # /tmp/podman-run-* directory can contain content for Podman containers that have run
 | |
| # for many days. This following line prevents systemd from removing this content.
 | |
| x /tmp/podman-run-*
 | |
| x /tmp/containers-user-*
 | |
| x /tmp/run-*/libpod
 | |
| D! /var/lib/containers/storage/tmp 0700 root root
 | |
| D! /run/podman 0700 root root
 | |
| D! /var/lib/cni/networks
 |