Merge pull request #100 from rhatdan/selinux

Selinux
This commit is contained in:
Mrunal Patel 2016-10-06 12:28:12 -07:00 committed by GitHub
commit 027aaf15b7
104 changed files with 13739 additions and 44 deletions

View file

@ -11,6 +11,7 @@ PREFIX ?= ${DESTDIR}/usr
INSTALLDIR=${PREFIX}/bin
GO_MD2MAN ?= $(shell which go-md2man)
export GOPATH := ${CURDIR}/vendor
BUILDTAGS := selinux
default: help
@ -38,7 +39,7 @@ pause:
make -C $@
ocid: ${OCID_LINK}
go build -o ocid ./cmd/server/
go build --tags "$(BUILDTAGS)" -o ocid ./cmd/server/
ocic: ${OCID_LINK}
go build -o ocic ./cmd/client/