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

Merge "Allow update_engine to kill postinstall process." am: 987014c8

am: adabd898

Change-Id: I1eb82bf76bfef80bbb51e636d166e55a30b234bf
parents f91f369d adabd898
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ allow update_engine_common postinstall_file:dir r_dir_perms;
allow update_engine_common shell_exec:file rx_file_perms;
# Allow update_engine_common to suspend, resume and kill the postinstall program.
allow update_engine_common postinstall:process { signal sigstop };
allow update_engine_common postinstall:process { signal sigstop sigkill };
# access /proc/misc
# Access is also granted to proc:file, but it is likely unneeded
......
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