diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2019-05-14 20:33:44 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-05-14 20:34:50 -0700 |
commit | dd153c014de69968dac96629e457ee17944e410e (patch) | |
tree | 66ee7503f31d89355a37e5942c3a5ee099dfa1a7 /pkg/sentry/fs/proc/BUILD | |
parent | 330a1bbd04815b846e9396e9f5763afe6350b537 (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/BUILD | 1 |
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", |