github.com/criyle/go-sandbox@v0.10.3/cmd/runprog/config/config_amd64.go (about)

     1  package config
     2  
     3  // This file includes configs for the run program settings
     4  
     5  var (
     6  	archReadableFiles = []string{
     7  		"/lib/x86_64-linux-gnu/",
     8  		"/usr/lib/x86_64-linux-gnu/",
     9  	}
    10  
    11  	archSyscallAllows = []string{}
    12  
    13  	archSyscallTraces = []string{}
    14  )