Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 98277b5

Browse files
authored
enable all capability linkage (#97)
Signed-off-by: danbugs <[email protected]>
1 parent bb8e65d commit 98277b5

File tree

1 file changed

+1
-1
lines changed
  • containerd-shim-slight-v1/src

1 file changed

+1
-1
lines changed

containerd-shim-slight-v1/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ impl Instance for Wasi {
117117
stdout_path: Some(PathBuf::from(pod_stdout)),
118118
stderr_path: Some(PathBuf::from(pod_stderr)),
119119
}),
120-
link_all_capabilities: false,
120+
link_all_capabilities: true,
121121
};
122122
let f = handle_run(args);
123123

0 commit comments

Comments
 (0)