Merge pull request #101 from crosbymichael/selinux-build-tags
Add linux build tags for selinux
This commit is contained in:
commit
3c03998775
|
@ -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