Skip to content

Commit

Permalink
Add missing /etc/maven sandbox exception (#1448)
Browse files Browse the repository at this point in the history
Follow-up to c198a44.
  • Loading branch information
cd-work authored Jun 17, 2024
1 parent 9693757 commit fa967f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/commands/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ fn depfile_parsing_sandbox(canonical_manifest_path: &Path) -> Result<Birdcage> {
&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))?;
}
Expand Down

0 comments on commit fa967f2

Please sign in to comment.