mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-19 16:10:53 +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>) {
|
pub fn init_sandbox(allowed_dir: Option<&Path>) {
|
||||||
|
|
||||||
if std::env::var("CI").is_ok() {
|
// if std::env::var("CI").is_ok() {
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
if is_landlock_supported() {
|
if is_landlock_supported() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user