From 1a8698a64c120471b209e116cda6583a8da0ae5c Mon Sep 17 00:00:00 2001 From: valoq Date: Sun, 29 Jun 2025 13:48:09 +0200 Subject: [PATCH] remove CI exception --- src/utils/landlock.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {