mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
Do not bind mount /run/dbus to /run/dbus
This commit is contained in:
parent
711a9a8e22
commit
0609619863
@ -1,3 +1,4 @@
|
||||
* **[Breaking]** Do not bind mount /run/dbus to /run/dbus [Pablo]
|
||||
* Default to not bind mounting kmod if container distro can't be found [Pablo]
|
||||
* Use log-timestamp to add timestamps to logs [Pablo]
|
||||
|
||||
|
@ -180,14 +180,12 @@ application.start = start = (app) ->
|
||||
'/data': {}
|
||||
'/lib/modules': {}
|
||||
'/lib/firmware': {}
|
||||
'/run/dbus': {}
|
||||
'/host/var/lib/connman': {}
|
||||
'/host/run/dbus': {}
|
||||
binds = [
|
||||
config.dataPath + '/' + app.appId + ':/data'
|
||||
'/lib/modules:/lib/modules'
|
||||
'/lib/firmware:/lib/firmware'
|
||||
'/run/dbus:/run/dbus'
|
||||
'/run/dbus:/host_run/dbus'
|
||||
'/run/dbus:/host/run/dbus'
|
||||
'/etc/resolv.conf:/etc/resolv.conf:rw'
|
||||
|
Loading…
Reference in New Issue
Block a user