allow git in sec
This commit is contained in:
@@ -57,4 +57,4 @@ enableGitInfo = true
|
||||
"os.ReadDir" = [".*"]
|
||||
[security.exec]
|
||||
# Hugo must be allowed to run the asciidoctor binary
|
||||
allow = ["^asciidoctor$"]
|
||||
allow = ['^git$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
|
||||
|
||||
Reference in New Issue
Block a user