Skip to content

Commit b8d2710

Browse files
committedOct 20, 2024·
sec: drop all CAPs
1 parent b4732c7 commit b8d2710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ log {
99

1010
nvim {
1111
cmd = "docker"
12-
args = ["run", "--network", "none", "--memory=40m", "--memory-swap=40m", "--rm", "-i", "nvim", "--embed"]
12+
args = ["run", "--network", "none", "--memory=40m", "--memory-swap=40m", "--cap-drop", "ALL", "--rm", "-i", "nvim", "--embed"]
1313
forwardEnvVars = ["DOCKER_HOST", "PATH"]
1414
}

0 commit comments

Comments
 (0)
Please sign in to comment.