blob: 539399ee29544e6da2483976607f3cc650dd3b2a [file] [log] [blame]
Alex Klyubinf5446eb2017-03-23 14:27:32 -07001typeattribute update_engine coredomain;
2
dcashmancc39f632016-07-22 13:13:11 -07003init_daemon_domain(update_engine);
Yifan Hong07a99e12019-08-07 13:01:15 -07004
5# Allow to talk to gsid.
6allow update_engine gsi_service:service_manager find;
7binder_call(update_engine, gsid)
Inseob Kim55e5c9b2020-03-04 17:20:35 +09008
9# Allow to start gsid service.
10set_prop(update_engine, ctl_gsid_prop)
11
12# Allow to set the OTA related properties, e.g. ota.warm_reset.
13set_prop(update_engine, ota_prop)
Howard Chen2a2278e2020-04-30 17:45:45 +080014
15# Allow to get the DSU status
16get_prop(update_engine, gsid_prop)