diff options
| -rw-r--r-- | dbus/run.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/run.go b/dbus/run.go index f648f008..1b85b12d 100644 --- a/dbus/run.go +++ b/dbus/run.go @@ -93,6 +93,9 @@ func (p *Proxy) Start(ready chan error, output io.Writer, sandbox bool) error { if path.IsAbs(ent.Path) { roBindTarget[path.Dir(ent.Path)] = struct{}{} } + if path.IsAbs(ent.Name) { + roBindTarget[path.Dir(ent.Name)] = struct{}{} + } } // resolve upstream bus directories |
