Skip to content
Snippets Groups Projects
  • Nick Kralevich's avatar
    5259c5e6
    dex2oat: fix forward locked apps · 5259c5e6
    Nick Kralevich authored
    dex2oat can't access file descriptors associated with asec_apk_files.
    This breaks installing forward locked apps, and generates the following
    denial:
    
      type=1400 audit(0.0:18): avc: denied { read } for path="/mnt/asec/com.example.android.simplejni-1/pkg.apk" dev="dm-0" ino=12 scontext=u:r:dex2oat:s0 tcontext=u:object_r:asec_apk_file:s0 tclass=file
    
    Steps to reproduce:
    
      $ adb install -r -l SimpleJNI.apk
    
    Expected:
    
      app installs
    
    Actual:
    
      app fails to install.
    
    Change-Id: I5a468508014e9963460d13d78e1c4867187322b3
    Bug: 16328233
    5259c5e6
    History
    dex2oat: fix forward locked apps
    Nick Kralevich authored
    dex2oat can't access file descriptors associated with asec_apk_files.
    This breaks installing forward locked apps, and generates the following
    denial:
    
      type=1400 audit(0.0:18): avc: denied { read } for path="/mnt/asec/com.example.android.simplejni-1/pkg.apk" dev="dm-0" ino=12 scontext=u:r:dex2oat:s0 tcontext=u:object_r:asec_apk_file:s0 tclass=file
    
    Steps to reproduce:
    
      $ adb install -r -l SimpleJNI.apk
    
    Expected:
    
      app installs
    
    Actual:
    
      app fails to install.
    
    Change-Id: I5a468508014e9963460d13d78e1c4867187322b3
    Bug: 16328233