Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Oct 16, 2024
1 parent 2615059 commit 04851ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/layer/src/exec_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ fn intercept_environment(envp_arr: &Nul<*const c_char>) -> Detour<Argv> {
/// in any of the arguments, remove it and leave only the original path of the file. If for example
/// `argv[1]` is `"/tmp/mirrord-bin/bin/bash"`, create a new `argv` where `argv[1]` is
/// `"/bin/bash"`.
#[tracing::instrument(level = "trace", skip_all, ret)]
#[mirrord_layer_macro::instrument(level = "trace", skip_all, ret)]
pub(crate) unsafe fn patch_sip_for_new_process(
path: *const c_char,
argv: *const *const c_char,
Expand Down

0 comments on commit 04851ca

Please sign in to comment.