Skip to content
Snippets Groups Projects
Commit 16572cca authored by David Anderson's avatar David Anderson Committed by Gerrit Code Review
Browse files

Merge "Allow BLKIOMIN and BLKALIGNOFF ioctls to the super device in fastbootd."

parents caf42d61 bf0bf05a
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,11 @@ recovery_only(`
userdata_block_device
}:blk_file { w_file_perms getattr ioctl };
allowxperm fastbootd {
system_block_device
super_block_device
}:blk_file ioctl { BLKIOMIN BLKALIGNOFF };
allowxperm fastbootd {
metadata_block_device
userdata_block_device
......
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