commit | 596969b84d101cb494ec5faeb6cdd277e51c165c | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Thu Oct 05 10:21:13 2023 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Thu Oct 05 10:21:13 2023 -0700 |
tree | 815b8f82c9f9cda4dc6eba96ddafb1c9b329f840 | |
parent | 80ba2feaeabfc3468c59bbaef91ab21d48337bec [diff] [blame] |
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