From bc81f3fe4a042a15343d2eab44da32d818ac1ade Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Fri, 7 Sep 2018 12:27:44 -0700 Subject: Remove '--file-access=direct' option It was used before gofer was implemented and it's not supported anymore. BREAKING CHANGE: proxy-shared and proxy-exclusive options are now: shared and exclusive. PiperOrigin-RevId: 212017643 Change-Id: If029d4073fe60583e5ca25f98abb2953de0d78fd --- runsc/test/testutil/testutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runsc/test/testutil/testutil.go') diff --git a/runsc/test/testutil/testutil.go b/runsc/test/testutil/testutil.go index 4f012a8ea..4d354de31 100644 --- a/runsc/test/testutil/testutil.go +++ b/runsc/test/testutil/testutil.go @@ -109,7 +109,7 @@ func TestConfig() *boot.Config { Network: boot.NetworkNone, Strace: true, MultiContainer: true, - FileAccess: boot.FileAccessProxyExclusive, + FileAccess: boot.FileAccessExclusive, TestOnlyAllowRunAsCurrentUserWithoutChroot: true, } } -- cgit v1.2.3