Skip to content

Commit

Permalink
Do not use selinux package in runc
Browse files Browse the repository at this point in the history
runc will remove it.

Signed-off-by: Qiang Huang <[email protected]>
  • Loading branch information
hqhq committed Mar 9, 2017
1 parent b80765d commit fddc66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label/label_selinux.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"strings"

"github.com/opencontainers/runc/libcontainer/selinux"
selinux "github.com/opencontainers/go-selinux"
)

// Valid Label Options
Expand Down

0 comments on commit fddc66a

Please sign in to comment.