Merge pull request #101 from crosbymichael/selinux-build-tags

Add linux build tags for selinux
This commit is contained in:
Michael Crosby 2014-07-16 17:00:48 -07:00
commit 3c03998775
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) {