diff --git a/cli/src/commands/parse.rs b/cli/src/commands/parse.rs index a99ddedf6..1cdb84261 100644 --- a/cli/src/commands/parse.rs +++ b/cli/src/commands/parse.rs @@ -442,6 +442,7 @@ fn depfile_parsing_sandbox(canonical_manifest_path: &Path) -> Result { &mut birdcage, Exception::ExecuteAndRead("/etc/alternatives".into()), )?; + permissions::add_exception(&mut birdcage, Exception::ExecuteAndRead("/etc/maven".into()))?; for jdk_path in jdk_paths()? { permissions::add_exception(&mut birdcage, Exception::Read(jdk_path))?; }