github.com/hernad/nomad@v1.6.112/command/agent/test-resources/client_with_function_denylist_empty_string.hcl (about) 1 # Copyright (c) HashiCorp, Inc. 2 # SPDX-License-Identifier: MPL-2.0 3 4 client { 5 enabled = true 6 7 template { 8 disable_file_sandbox = true 9 function_denylist = [""] 10 } 11 }