|  | @@ -23,6 +23,10 @@ fs.mount.tmp.type = chroot
 | 
	
		
			
				|  |  |  fs.mount.tmp.path = /tmp
 | 
	
		
			
				|  |  |  fs.mount.tmp.uri = file:/tmp
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +fs.mount.test_files.type = chroot
 | 
	
		
			
				|  |  | +fs.mount.test_files.path = /test_files
 | 
	
		
			
				|  |  | +fs.mount.test_files.uri = file:$(PWD)/test_files
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  sgx.enclave_size = 1G
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  sgx.trusted_files.ld = file:$(LIBCDIR)/ld-linux-x86-64.so.2
 |