Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #101 from crosbymichael/selinux-build-tags
Browse files Browse the repository at this point in the history
Add linux build tags for selinux
  • Loading branch information
Michael Crosby committed Jul 17, 2014
2 parents be85764 + a10820a commit 3c03998
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions selinux/selinux.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build linux

package selinux

import (
Expand Down
5 changes: 4 additions & 1 deletion selinux/selinux_test.go
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 3c03998

Please sign in to comment.