diff --git a/src/utils/landlock.rs b/src/utils/landlock.rs index f9d11a5..e18a57f 100644 --- a/src/utils/landlock.rs +++ b/src/utils/landlock.rs @@ -79,9 +79,9 @@ fn restrict_paths(hierarchies: &[&str]) -> Result) { - if std::env::var("CI").is_ok() { - return; - } +// if std::env::var("CI").is_ok() { +// return; +// } if is_landlock_supported() {