diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/units/oem-gce.service b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/units/oem-gce.service index 6137439a24..621ded604a 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/units/oem-gce.service +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/units/oem-gce.service @@ -19,6 +19,8 @@ ExecStart=/usr/bin/rkt run \ --volume=etc,kind=host,source=/etc,readOnly=false \ --volume=home,kind=host,source=/home,readOnly=false \ --volume=runsystemd,kind=host,source=/run/systemd,readOnly=false \ + --volume=nsswitch,kind=host,source=/usr/share/google-oslogin/nsswitch.conf,readOnly=true \ + --mount=volume=nsswitch,target=/usr/share/google-oslogin/nsswitch.conf \ /usr/share/oem/flatcar-oem-gce.aci ExecStopPost=/usr/bin/rkt gc --mark-only