mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 18:08:51 +08:00 
			
		
		
		
	 cd21973f47
			
		
	
	cd21973f47
	
	
	
		
			
			[NO NEW TESTS NEEDED] no new functionalities are added Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			518 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			518 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/storage-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
 | |
| # Remove /var/tmp/container_images* podman temporary directories on each
 | |
| # boot which are created when pulling or saving images.
 | |
| R! /var/tmp/container_images*
 |