Skip to content

Commit 5f6ec35

Browse files
happyCoder92copybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 903327470 Change-Id: I0682a4d92c5495aca8fb31ddbdaf5b3e7d72f343
1 parent b1083a8 commit 5f6ec35

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sandboxed_api/sandbox2/policybuilder.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,7 @@ PolicyBuilder& PolicyBuilder::DisableNamespaces(NamespacesToken) {
262262
SetError(absl::FailedPreconditionError(
263263
"Namespaces cannot be both disabled and enabled. You're probably "
264264
"using features that implicitly enable namespaces (SetHostname, "
265-
"AddFile, AddDirectory, AddDataDependency, AddLibrariesForBinary "
266-
"or similar)"));
265+
"AddFile, AddDirectory, AddLibrariesForBinary or similar)"));
267266
return *this;
268267
}
269268
use_namespaces_ = false;

0 commit comments

Comments
 (0)