Skip to content

Commit 8bb69e8

Browse files
committed
perms for capabilities
1 parent 6cc0c6c commit 8bb69e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/components/clnode/clnode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func newNode(in *Input, pgOut *postgres.Output) (*NodeOut, error) {
203203
files = append(files, tc.ContainerFile{
204204
HostFilePath: cp,
205205
ContainerFilePath: filepath.Join(in.Node.CapabilityContainerDir, cpPath),
206-
FileMode: 0644,
206+
FileMode: 0777,
207207
})
208208
}
209209
req.Files = append(req.Files, files...)

0 commit comments

Comments
 (0)