1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Switch to using opencontainers/selinux for selinux bindings

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-04-18 15:26:36 +02:00
parent 3482b45e60
commit abbbf91498
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
23 changed files with 515 additions and 139 deletions

View file

@ -12,7 +12,7 @@ import (
mounttypes "github.com/docker/docker/api/types/mount"
"github.com/docker/docker/container"
"github.com/docker/docker/pkg/stringid"
"github.com/opencontainers/runc/libcontainer/label"
"github.com/opencontainers/selinux/go-selinux/label"
)
// createContainerPlatformSpecificSettings performs platform specific container create functionality