aboutsummaryrefslogtreecommitdiffhomepage
path: root/fst
diff options
context:
space:
mode:
Diffstat (limited to 'fst')
-rw-r--r--fst/sandbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fst/sandbox.go b/fst/sandbox.go
index 0cc37908..194fcb76 100644
--- a/fst/sandbox.go
+++ b/fst/sandbox.go
@@ -138,7 +138,7 @@ func (s *SandboxConfig) ToContainer(sys SandboxSys, uid, gid *int) (*sandbox.Par
if !s.Device {
container.Dev("/dev").Mqueue("/dev/mqueue")
} else {
- container.Bind("/dev", "/dev", sandbox.BindDevice)
+ container.Bind("/dev", "/dev", sandbox.BindWritable|sandbox.BindDevice)
}
/* retrieve paths and hide them if they're made available in the sandbox;