unveil: add git executable
This commit is contained in:
		
							parent
							
								
									0ed4b29fe0
								
							
						
					
					
						commit
						6e6648e344
					
				
							
								
								
									
										7
									
								
								main.go
								
								
								
								
							
							
						
						
									
										7
									
								
								main.go
								
								
								
								
							| 
						 | 
				
			
			@ -23,11 +23,16 @@ func main() {
 | 
			
		|||
	if err := UnveilPaths([]string{
 | 
			
		||||
		c.Dirs.Static,
 | 
			
		||||
		c.Repo.ScanPath,
 | 
			
		||||
		c.Dirs.Templates},
 | 
			
		||||
		c.Dirs.Templates,
 | 
			
		||||
	},
 | 
			
		||||
		"r"); err != nil {
 | 
			
		||||
		log.Fatalf("unveil: %s", err)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if err := Unveil("/usr/local/bin/git", "rx"); err != nil {
 | 
			
		||||
		log.Fatalf("unveil: %s", err)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	mux := routes.Handlers(c)
 | 
			
		||||
	addr := fmt.Sprintf("%s:%d", c.Server.Host, c.Server.Port)
 | 
			
		||||
	log.Println("starting server on", addr)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue