diff --git a/common/BUILD.bazel b/common/BUILD.bazel index 178f6189a..7d7926dab 100644 --- a/common/BUILD.bazel +++ b/common/BUILD.bazel @@ -143,8 +143,8 @@ home( }, { "home": "/home", - "uid": NONROOT, - "gid": NONROOT, + "uid": ROOT, + "gid": ROOT, "mode": 755, }, {