diff options
author | Zhaozhong Ni <nzz@google.com> | 2018-12-04 14:29:56 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-12-04 14:30:42 -0800 |
commit | adafc08d7cee594ea94abefbedf67ea315922550 (patch) | |
tree | 31433c2ab288f1b2c824718b82a97c0db8b96711 /pkg/sentry/fs/proc/BUILD | |
parent | 5a6a1eb420620c3d41a9db4ddf7ac7b163310f09 (diff) |
sentry: save / restore netstack procfs configuration.
PiperOrigin-RevId: 224047120
Change-Id: Ia6cb17fa978595cd73857b6178c4bdba401e185e
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 2d9f07f2f..aff3c3c01 100644 --- a/pkg/sentry/fs/proc/BUILD +++ b/pkg/sentry/fs/proc/BUILD @@ -20,6 +20,7 @@ go_library( "stat.go", "sys.go", "sys_net.go", + "sys_net_state.go", "task.go", "uid_gid_map.go", "uptime.go", |