Skip to content
Snippets Groups Projects
Commit 6be754e5 authored by Tianjie Xu's avatar Tianjie Xu Committed by android-build-merger
Browse files

Merge "Allow update_verifier to write to kmsg" am: d90d976e am: ced80e80...

Merge "Allow update_verifier to write to kmsg" am: d90d976e am: ced80e80 am: 9be883b8 am: 9d974c1f
am: 3799e384

Change-Id: I406bbaaaee3004b478f01675b8c5e7137a875695
parents fadad280 3799e384
Branches
Tags
No related merge requests found
...@@ -12,6 +12,9 @@ allow update_verifier ota_package_file:file r_file_perms; ...@@ -12,6 +12,9 @@ allow update_verifier ota_package_file:file r_file_perms;
# Read all blocks in dm wrapped system partition. # Read all blocks in dm wrapped system partition.
allow update_verifier dm_device:blk_file r_file_perms; allow update_verifier dm_device:blk_file r_file_perms;
# Write to kernel message.
allow update_verifier kmsg_device:chr_file w_file_perms;
# Allow update_verifier to reboot the device. # Allow update_verifier to reboot the device.
set_prop(update_verifier, powerctl_prop) set_prop(update_verifier, powerctl_prop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment