diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-09-05 18:31:37 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-09-05 18:32:50 -0700 |
commit | 5f0002fc83a77a39d9a2ef1443bc6c18e22ea779 (patch) | |
tree | 136393f0552951b5da1399c8bb4161eea0e3b156 /runsc/test/integration/BUILD | |
parent | 41b56696c4923276c6269812bb3dfa7643dab65d (diff) |
Use container's capabilities in exec
When no capabilities are specified in exec, use the
container's capabilities to match runc's behavior.
PiperOrigin-RevId: 211735186
Change-Id: Icd372ed64410c81144eae94f432dffc9fe3a86ce
Diffstat (limited to 'runsc/test/integration/BUILD')
-rw-r--r-- | runsc/test/integration/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/test/integration/BUILD b/runsc/test/integration/BUILD index b366fe936..4407016ad 100644 --- a/runsc/test/integration/BUILD +++ b/runsc/test/integration/BUILD @@ -6,6 +6,7 @@ go_test( name = "integration_test", size = "large", srcs = [ + "exec_test.go", "integration_test.go", ], embed = [":integration"], |