mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-18 23:50:35 +00:00
remove CI exception
This commit is contained in:
parent
639fab3476
commit
1a8698a64c
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user