Add UID permission check to update_engine

Test: th
Bug: 302761914
Change-Id: I72a4169b79c70210ae8573abad2e8e181597cfe3
diff --git a/common/daemon_state_interface.h b/common/daemon_state_interface.h
index 831e38b..d6cf9da 100644
--- a/common/daemon_state_interface.h
+++ b/common/daemon_state_interface.h
@@ -41,8 +41,7 @@
 
  protected:
   DaemonStateInterface() = default;
-
-  DISALLOW_COPY_AND_ASSIGN(DaemonStateInterface);
+  DaemonStateInterface(const DaemonStateInterface&) = delete;
 };
 
 }  // namespace chromeos_update_engine