summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/proc/BUILD
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2019-05-14 20:33:44 -0700
committerShentubot <shentubot@google.com>2019-05-14 20:34:50 -0700
commitdd153c014de69968dac96629e457ee17944e410e (patch)
tree66ee7503f31d89355a37e5942c3a5ee099dfa1a7 /pkg/sentry/fs/proc/BUILD
parent330a1bbd04815b846e9396e9f5763afe6350b537 (diff)
Start of support for /proc/pid/cgroup file.
PiperOrigin-RevId: 248263378 Change-Id: Ic057d2bb0b6212110f43ac4df3f0ac9bf931ab98
Diffstat (limited to 'pkg/sentry/fs/proc/BUILD')
-rw-r--r--pkg/sentry/fs/proc/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/fs/proc/BUILD b/pkg/sentry/fs/proc/BUILD
index 3aa70a28e..d19c360e0 100644
--- a/pkg/sentry/fs/proc/BUILD
+++ b/pkg/sentry/fs/proc/BUILD
@@ -5,6 +5,7 @@ load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
go_library(
name = "proc",
srcs = [
+ "cgroup.go",
"cpuinfo.go",
"exec_args.go",
"fds.go",