restore allowed impure prefixes
This commit is contained in:
		
							parent
							
								
									4b8c71b4ef
								
							
						
					
					
						commit
						d4cac051f7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -59,7 +59,7 @@
 | 
				
			||||||
/* chroot-like behavior from Apple's sandbox */
 | 
					/* chroot-like behavior from Apple's sandbox */
 | 
				
			||||||
#if __APPLE__
 | 
					#if __APPLE__
 | 
				
			||||||
    #define SANDBOX_ENABLED 1
 | 
					    #define SANDBOX_ENABLED 1
 | 
				
			||||||
    #define DEFAULT_ALLOWED_IMPURE_PREFIXES "/"
 | 
					    #define DEFAULT_ALLOWED_IMPURE_PREFIXES "/System/Library /usr /dev /bin/sh"
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
    #define SANDBOX_ENABLED 0
 | 
					    #define SANDBOX_ENABLED 0
 | 
				
			||||||
    #define DEFAULT_ALLOWED_IMPURE_PREFIXES "/bin" "/usr/bin"
 | 
					    #define DEFAULT_ALLOWED_IMPURE_PREFIXES "/bin" "/usr/bin"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue