Skip to content
Snippets Groups Projects
Commit cbc534af authored by Alex Deymo's avatar Alex Deymo Committed by android-build-merger
Browse files

Allow update_engine to suspend/resume postinstall. am: 108b74a1

am: 9a38deff

Change-Id: Idfb80b6247f734f1ec42da269ee5f19d92e15e64
parents 7d0ca881 9a38deff
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,9 @@ domain_auto_trans(update_engine, postinstall_file, postinstall) ...@@ -55,6 +55,9 @@ domain_auto_trans(update_engine, postinstall_file, postinstall)
# to execute those. # to execute those.
allow update_engine shell_exec:file rx_file_perms; allow update_engine shell_exec:file rx_file_perms;
# Allow update_engine to suspend, resume and kill the postinstall program.
allow update_engine postinstall:process { signal sigstop };
# Register the service to perform Binder IPC. # Register the service to perform Binder IPC.
binder_use(update_engine) binder_use(update_engine)
allow update_engine update_engine_service:service_manager { add }; allow update_engine update_engine_service:service_manager { add };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment