diff --git a/priv_app.te b/priv_app.te index ea2a8e8617b1a7c3df743cfe924b79aab9439226..279a933d23625b46872424850b020db1f8b8d0c5 100644 --- a/priv_app.te +++ b/priv_app.te @@ -12,6 +12,9 @@ bluetooth_domain(priv_app) # to their sandbox directory and then execute. allow priv_app app_data_file:file rx_file_perms; +# android.process.media uses /dev/mtp_usb +allow priv_app mtp_device:chr_file rw_file_perms; + # Allow the allocation and use of ptys # Used by: https://play.privileged.com/store/apps/details?id=jackpal.androidterm create_pty(priv_app)