mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-11 06:12:05 +00:00
projects: add IMA namespacing project
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>
This commit is contained in:
10
projects/ima-namespace/Makefile
Normal file
10
projects/ima-namespace/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user