1 diff --git a/vendor/glycin/src/sandbox.rs b/vendor/glycin/src/sandbox.rs
2 index 7d00b36..aa70dc7 100644
3 --- a/vendor/glycin/src/sandbox.rs
4 +++ b/vendor/glycin/src/sandbox.rs
5 @@ -165,7 +165,7 @@ impl Sandbox {
7 args.push(self.command);
9 - ("bwrap".into(), args, Some(seccomp_memfd))
10 + ("@bwrap@".into(), args, Some(seccomp_memfd))
12 SandboxMechanism::FlatpakSpawn => {
13 let memory_limit = Self::memory_limit();
14 @@ -233,8 +233,8 @@ impl Sandbox {
16 // Make /usr available as read only
22 // Make tmpfs dev available