chroot_version_hooks.d: Upgrade sandbox

sandbox update is needed to fix renameat errors.

BUG=chromium:1176957
TEST=sandbox is updated

Exempt-From-Owner-Approval: Fix developer chroots
Change-Id: I2d3b52926798bde8da829af3c9433b4cf6d4e21a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/2689418
Commit-Queue: Manoj Gupta <manojgupta@chromium.org>
Tested-by: Manoj Gupta <manojgupta@chromium.org>
Reviewed-by: Allen Webb <allenwebb@google.com>
diff --git a/chroot_version_hooks.d/183_sandbox_update b/chroot_version_hooks.d/183_sandbox_update
new file mode 100644
index 0000000..66bcdbb
--- /dev/null
+++ b/chroot_version_hooks.d/183_sandbox_update
@@ -0,0 +1,6 @@
+# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Upgrade sandbox to avoid renameat failures, https://crbug.com/1176957
+sudo emerge -ugq sys-apps/sandbox