projects: add selinux project

Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
Tycho Andersen
2017-03-21 11:42:11 -06:00
parent 25caf2dbd6
commit a8bab0bddb
19 changed files with 5223 additions and 0 deletions

12
projects/selinux/Makefile Normal file
View File

@@ -0,0 +1,12 @@
MOBY=../../bin/moby
selinux-initrd.img: $(MOBY) selinux.yaml
$^
.PHONY: qemu
qemu: selinux-initrd.img
../../scripts/qemu.sh selinux-initrd.img selinux-bzImage "$(shell cat selinux-cmdline)"
.PHONY: clean
clean:
-rm -rf *-initrd.img *-bzImage *-cmdline *.iso *.tar.gz *.qcow2 *.vhd