Alex Klyubin | f5446eb | 2017-03-23 14:27:32 -0700 | [diff] [blame] | 1 | typeattribute update_engine coredomain; |
2 | |||||
dcashman | cc39f63 | 2016-07-22 13:13:11 -0700 | [diff] [blame] | 3 | init_daemon_domain(update_engine); |
Yifan Hong | 07a99e1 | 2019-08-07 13:01:15 -0700 | [diff] [blame] | 4 | |
5 | # Allow to talk to gsid. | ||||
6 | allow update_engine gsi_service:service_manager find; | ||||
7 | binder_call(update_engine, gsid) |