| 
					
				 | 
			
			
				@@ -1638,7 +1638,9 @@ install_syscall_filter(sandbox_cfg_t* cfg) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // loading the seccomp2 filter 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   if ((rc = seccomp_load(ctx))) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    log_err(LD_BUG, "(Sandbox) failed to load: %d (%s)!", rc, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    log_err(LD_BUG, "(Sandbox) failed to load: %d (%s)! " 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            "Are you sure that your kernel has seccomp2 support? The " 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            "sandbox won't work without it.", rc, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             strerror(-rc)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     goto end; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 |