mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
allow access to readonly volumes during sandboxed
This commit is contained in:
committed by
Aiden McClelland
parent
7dc53a4e85
commit
8b1daabb05
@@ -337,7 +337,14 @@ impl DependencyErrors {
|
||||
crate::ErrorKind::Dependency,
|
||||
)
|
||||
})?
|
||||
.satisfied(db, dep_id, None, &manifest.id, &manifest.version)
|
||||
.satisfied(
|
||||
db,
|
||||
dep_id,
|
||||
None,
|
||||
&manifest.id,
|
||||
&manifest.version,
|
||||
&manifest.volumes,
|
||||
)
|
||||
.await?
|
||||
{
|
||||
res.insert(dep_id.clone(), e);
|
||||
|
||||
Reference in New Issue
Block a user