summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2024-05-07 13:57:40 -0700
committerYifan Hong <elsk@google.com>2024-05-10 14:20:41 -0700
commit18f1330c676b1c70717e82d6512e71e34beb6155 (patch)
treebe4ff58e0e3cfee921ce11565d92e186b90004df
parent166130cffc94a7abcc7012a8a169836e11b0b3bd (diff)
downloadbuild-18f1330c676b1c70717e82d6512e71e34beb6155.tar.gz
kleaf: Add mount/umount/unshare toy for tests.
They will be used for the integration test. Bug: 338263410 Change-Id: I334cad148b0cd66c79457b4c5be45e514b9c81f6
-rw-r--r--BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 32fb33b..958984d 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -138,6 +138,7 @@ _TOYS = [
"md5sum",
"mkdir",
"mktemp",
+ "mount",
"mv",
"nproc",
"readlink",
@@ -161,9 +162,11 @@ _TOYS = [
"tr",
"true",
"truncate",
+ "umount",
"uname",
"uniq",
"unix2dos",
+ "unshare",
"wc",
"which",
"whoami",