Merge "Allow update_engine to kill postinstall process." am: 987014c894
am: adabd898c5
Change-Id: I1eb82bf76bfef80bbb51e636d166e55a30b234bf
This commit is contained in:
commit
81e48f9724
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue