mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-05 19:35:48 +00:00
This is a project with a v1 of the IMA namespacing patches. See the readme for details on use. Signed-off-by: Tycho Andersen <tycho@docker.com>
11 lines
187 B
Makefile
11 lines
187 B
Makefile
.PHONY: run
|
|
run: ima-namespace-kernel
|
|
../../bin/linuxkit run ima-namespace
|
|
|
|
ima-namespace-kernel:
|
|
../../bin/moby build ima-namespace
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
-rm *-cmdline *-kernel *.img
|