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

am: adabd898c5

Change-Id: I1eb82bf76bfef80bbb51e636d166e55a30b234bf
This commit is contained in:
Alex Deymo 2017-03-25 01:48:49 +00:00 committed by android-build-merger
commit 81e48f9724

View file

@ -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