Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Oct 15, 2024
1 parent fa4b6f2 commit b307c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mirrord/layer/src/exec_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ pub(super) fn patch_if_sip(path: &str) -> Detour<String> {
// it.
const BYPASS_BINARIES: &[&str] = &[
"/uname",
"/xcrun"
];
if BYPASS_BINARIES.iter().any(|bin| path.ends_with(bin)) {
return Bypass(NoSipDetected(path.to_string()));
Expand Down

0 comments on commit b307c0e

Please sign in to comment.