Add linux build tags for selinux
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
This commit is contained in:
parent
be85764f10
commit
a10820a78b
|
@ -1,3 +1,5 @@
|
|||
// +build linux
|
||||
|
||||
package selinux
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
// +build linux
|
||||
|
||||
package selinux_test
|
||||
|
||||
import (
|
||||
"github.com/docker/libcontainer/selinux"
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/docker/libcontainer/selinux"
|
||||
)
|
||||
|
||||
func testSetfilecon(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue