Skip to content
Snippets Groups Projects
Commit 5a863aef authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 2cc94205: install_recovery: drop toolbox auditallow

* commit '2cc94205':
  install_recovery: drop toolbox auditallow
parents 3cd73c0c 2cc94205
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,7 @@ allow install_recovery shell_exec:file rx_file_perms;
# Execute /system/bin/applypatch
allow install_recovery system_file:file rx_file_perms;
# XXX Execute toolbox. Might not be needed.
allow install_recovery toolbox_exec:file rx_file_perms;
auditallow install_recovery toolbox_exec:file rx_file_perms;
# Update the recovery block device based off a diff of the boot block device
allow install_recovery block_device:dir search;
......
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