Always use the Darwin sandbox
Even with "build-use-sandbox = false", we now use sandboxing with a permissive profile that allows everything except the creation of setuid/setgid binaries.
This commit is contained in:
		
							parent
							
								
									d3f780996c
								
							
						
					
					
						commit
						85e93d7b87
					
				
					 5 changed files with 100 additions and 87 deletions
				
			
		|  | @ -1,5 +1,7 @@ | |||
| (define TMPDIR (param "_GLOBAL_TMP_DIR")) | ||||
| 
 | ||||
| (deny default) | ||||
| 
 | ||||
| ; Disallow creating setuid/setgid binaries, since that | ||||
| ; would allow breaking build user isolation. | ||||
| (deny file-write-setugid) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue