Skip to content
Snippets Groups Projects
  1. Oct 23, 2017
  2. Oct 21, 2017
    • Jeff Vander Stoep's avatar
      hal_audio: remove access to audiohal_data_file · b1a921e2
      Jeff Vander Stoep authored
      This is no longer used and violates Treble data separation.
      
      Bug: 68057930
      Test: verify on Sailfish that /data/misc/audiohal doesn't exist
          This dir appears to be Qualcomm specific and should not have
          been defined in core policy.
      
      Change-Id: I55fba7564203a7f8a1d8612abd36ec1f89dc869d
      b1a921e2
  3. Oct 20, 2017
  4. Oct 19, 2017
  5. Oct 18, 2017
  6. Oct 17, 2017
    • Treehugger Robot's avatar
      Merge "fc_sort: update to latest" · f54c8ea9
      Treehugger Robot authored
      f54c8ea9
    • Steven Moreland's avatar
      sepolicy for lazy starting HIDL services · 13c39467
      Steven Moreland authored
      Now hwservicemanager can send ctl.interface_start messages
      to init.
      
      Note that 'set_prop(ctl.*, "foo")' maps to property context
      for ctl.foo.
      
      Bug: 64678982
      Test: hwservicemanager can start interfaces
      Change-Id: I9ab0bacd0c33edb0dcc4186fa0b7cc28fd8d2f30
      13c39467
    • Treehugger Robot's avatar
    • Jeff Vander Stoep's avatar
      shell: grant access to read /proc/filesystems · a80416e3
      Jeff Vander Stoep authored
      Addresses the following test failure:
      system/extras/tests/kernel.config/nfs_test.cpp:24: Failure
      Value of: android::base::ReadFileToString("/proc/filesystems", &fs)
      Actual: false
      Expected: true
      
      Denial:
      avc: denied { read } for name="filesystems" dev="proc"
      scontext=u:r:shell:s0 tcontext=u:object_r:proc_filesystems:s0
      tclass=file
      
      Bug: 67862327
      Test: build
      Change-Id: I9ada5404987cb474968afc8cb8d96137ee36c68d
      a80416e3
    • Jeff Vander Stoep's avatar
      Start tracking platform/vendor data access violations · 2ae575b0
      Jeff Vander Stoep authored
      As part of Treble, enforce that the communication between platform
      and vendor components use the official hw binder APIs. Prevent sharing
      of data by file path. Platform and vendor components may share
      files, but only via FD passed over hw binder.
      
      This change adds the violators attribute that will be used to mark
      violating domains that need to be fixed.
      
      Bug: 34980020
      Test: build
      Change-Id: Id9acfbbc86bfd6fd0633b8164a37ce94d25ffa2c
      2ae575b0
Loading