summaryrefslogtreecommitdiff
path: root/daemon/selinux_unsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/selinux_unsupported.go')
-rw-r--r--daemon/selinux_unsupported.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/daemon/selinux_unsupported.go b/daemon/selinux_unsupported.go
deleted file mode 100644
index 49d0d13bce..0000000000
--- a/daemon/selinux_unsupported.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// +build !linux
-
-package daemon // import "github.com/docker/docker/daemon"
-
-func selinuxSetDisabled() {
-}
-
-func selinuxFreeLxcContexts(label string) {
-}
-
-func selinuxEnabled() bool {
- return false
-}