Skip to content

Commit

Permalink
enable all capability linkage (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <danilochiarlone@gmail.com>
  • Loading branch information
danbugs authored May 4, 2023
1 parent bb8e65d commit 98277b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd-shim-slight-v1/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl Instance for Wasi {
stdout_path: Some(PathBuf::from(pod_stdout)),
stderr_path: Some(PathBuf::from(pod_stderr)),
}),
link_all_capabilities: false,
link_all_capabilities: true,
};
let f = handle_run(args);

Expand Down

0 comments on commit 98277b5

Please sign in to comment.