From e5fd23c18d1fd602603babd8297dabf679c336aa Mon Sep 17 00:00:00 2001 From: Dean Deng Date: Tue, 24 Nov 2020 10:37:35 -0800 Subject: Remove outdated TODO. The bug has been fixed. PiperOrigin-RevId: 344088206 --- pkg/sentry/fsimpl/verity/verity.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkg/sentry/fsimpl') diff --git a/pkg/sentry/fsimpl/verity/verity.go b/pkg/sentry/fsimpl/verity/verity.go index 46346e54d..add65bee6 100644 --- a/pkg/sentry/fsimpl/verity/verity.go +++ b/pkg/sentry/fsimpl/verity/verity.go @@ -91,9 +91,6 @@ var ( // noCrashOnVerificationFailure indicates whether the sandbox should panic // whenever verification fails. If true, an error is returned instead of // panicking. This should only be set for tests. - // - // TODO(b/165661693): Decide whether to panic or return error based on this - // flag. noCrashOnVerificationFailure bool // verityMu synchronizes concurrent operations that enable verity and perform -- cgit v1.2.3