Add container suplimentary groups support

This commit is contained in:
Robert Parker
2018-09-03 14:04:49 +01:00
committed by Arthur Barr
parent f73347a9cf
commit 9a7d44fef6
3 changed files with 108 additions and 20 deletions

View File

@@ -64,6 +64,13 @@ func doMain() error {
logTermination(err)
return err
}
err = verifyCurrentUser()
if err != nil {
logTermination(err)
return err
}
err = createVolume("/mnt/mqm")
if err != nil {
logTermination(err)