aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@chromium.org>2014-07-10 07:01:53 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-07-25 03:41:36 +0000
commit1563b5b904547ab89dc3193f463c57002b7a28f2 (patch)
tree5fbc1a744daedb9e897a0b490c13b0fca120dd39 /Makefile
parentf76a9e4b43f59c5eb7811a66ca9db5b18b241713 (diff)
downloadminijail-1563b5b904547ab89dc3193f463c57002b7a28f2.tar.gz
minijail: Add support for entering an existing VFS namespace.
Also, fix the Makefile while in there. BUG=chromium:376987 TEST=security_Minijail0 CQ-DEPEND=CL:209242 Change-Id: I18877211549500cbb720805a2480b1cb3244c1e9 Reviewed-on: https://chromium-review.googlesource.com/209240 Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org> Tested-by: Jorge Lucangeli Obes <jorgelo@chromium.org> Commit-Queue: Jorge Lucangeli Obes <jorgelo@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 204e64b..d931df0 100644
--- a/Makefile
+++ b/Makefile
@@ -81,5 +81,5 @@ clean : test-clean
@rm -f libminijail.so
@rm -f libminijail_unittest
@rm -f libsyscalls.gen.o libsyscalls.gen.c
- @rm -f syscall_filter.o signal.o bpf.o util.o
+ @rm -f syscall_filter.o signal.o bpf.o util.o elfparse.o
@rm -f syscall_filter_unittest syscall_filter_unittest.o