Merge "auditallow priv_app app_data_file execution"

This commit is contained in:
Treehugger Robot 2016-12-05 05:53:35 +00:00 committed by Gerrit Code Review
commit a24d7f5392

View file

@ -14,6 +14,7 @@ allow priv_app self:process ptrace;
# Some apps ship with shared libraries and binaries that they write out
# to their sandbox directory and then execute.
allow priv_app app_data_file:file rx_file_perms;
auditallow priv_app app_data_file:file { execute execute_no_trans };
# android.process.media uses /dev/mtp_usb
allow priv_app mtp_device:chr_file rw_file_perms;