mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 09:46:19 +00:00
Make all applications privileged
This commit is contained in:
parent
cec5347c6c
commit
57e8b10928
@ -67,7 +67,7 @@ exports.start = start = (app) ->
|
||||
Cmd: ['/bin/bash', '-c', '/start web']
|
||||
)
|
||||
).then((container) ->
|
||||
container.startAsync()
|
||||
container.startAsync(Privileged: true)
|
||||
)
|
||||
|
||||
exports.restart = restart = (app) ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user