Skip to content
Snippets Groups Projects
Commit 320e821e authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Merge "Enforce assumptions around metadata_block_device"

am: 62f0b8ea

Change-Id: I5c0d607d92f7ba76e113f4c5aaf746e48ddd2718
parents 5529f036 62f0b8ea
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,12 @@ neverallow {
-ueventd # Further restricted in ueventd.te
} frp_block_device:blk_file rw_file_perms;
# The metadata block device is set aside for device encryption and
# verified boot metadata. It may be reset at will and should not
# be used by other domains.
neverallow { domain -init -recovery -vold } metadata_block_device:blk_file
{ append link rename write open read ioctl lock };
# No domain other than recovery and update_engine can write to system partition(s).
neverallow { domain -recovery -update_engine } system_block_device:blk_file write;
......
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