remove CI exception

This commit is contained in:
valoq 2025-06-29 13:48:09 +02:00
parent 639fab3476
commit 1a8698a64c
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8

View File

@ -79,9 +79,9 @@ fn restrict_paths(hierarchies: &[&str]) -> Result<RestrictionStatus, MyRestrictE
pub fn init_sandbox(allowed_dir: Option<&Path>) {
if std::env::var("CI").is_ok() {
return;
}
// if std::env::var("CI").is_ok() {
// return;
// }
if is_landlock_supported() {