Skip to content
Snippets Groups Projects
Commit adabd898 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

Change-Id: I97a2e56097ca2f4a23ae682afcb86c47d9fd8749
parents 5d8fcf3b 987014c8
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; ...@@ -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 shell_exec:file rx_file_perms;
# Allow update_engine_common to suspend, resume and kill the postinstall program. # 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 /proc/misc
# Access is also granted to proc:file, but it is likely unneeded # 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