Skip to content
Snippets Groups Projects
Commit 5b56cb31 authored by Daniel Micay's avatar Daniel Micay Committed by android-build-merger
Browse files

Merge "auditallow priv_app app_data_file execution" am: a24d7f53 am: 5fa3dd06

am: fcb1efe6

Change-Id: Ic1de2c001a00ad9201933950f08ec9230df9c36d
parents f35796f3 fcb1efe6
Branches
Tags
No related merge requests found
...@@ -14,6 +14,7 @@ allow priv_app self:process ptrace; ...@@ -14,6 +14,7 @@ allow priv_app self:process ptrace;
# Some apps ship with shared libraries and binaries that they write out # Some apps ship with shared libraries and binaries that they write out
# to their sandbox directory and then execute. # to their sandbox directory and then execute.
allow priv_app app_data_file:file rx_file_perms; 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 # android.process.media uses /dev/mtp_usb
allow priv_app mtp_device:chr_file rw_file_perms; allow priv_app mtp_device:chr_file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment