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:
Michael Crosby 2014-07-16 16:24:28 -07:00
parent be85764f10
commit a10820a78b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// +build linux
package selinux
import (

View File

@ -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) {