Skip to content
Snippets Groups Projects
  1. Jul 05, 2017
  2. Jun 26, 2017
  3. Jun 23, 2017
    • Jeff Sharkey's avatar
      Let vold execute mke2fs. · 5b2b0472
      Jeff Sharkey authored
      When adopting SD cards, vold partitions and formats those devices;
      this had been working fine with the older make_ext4fs utility, but
      newer devices are switching over to mke2fs, which has a different
      SELinux label.
      
      avc: denied { execute } for name="mke2fs" dev="dm-0" ino=456 scontext=u:r:vold:s0 tcontext=u:object_r:e2fs_exec:s0 tclass=file permissive=1
      avc: denied { read open } for path="/system/bin/mke2fs" dev="dm-0" ino=456 scontext=u:r:vold:s0 tcontext=u:object_r:e2fs_exec:s0 tclass=file permissive=1
      avc: denied { execute_no_trans } for path="/system/bin/mke2fs" dev="dm-0" ino=456 scontext=u:r:vold:s0 tcontext=u:object_r:e2fs_exec:s0 tclass=file permissive=1
      avc: denied { getattr } for path="/system/bin/mke2fs" dev="dm-0" ino=456 scontext=u:r:vold:s0 tcontext=u:object_r:e2fs_exec:s0 tclass=file permissive=1
      
      Test: cts-tradefed run commandAndExit cts-dev --abi armeabi-v7a -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.AdoptableHostTest
      Bug: 36757864, 37436961
      Change-Id: Ifb96dfca076ea58650eb32f89e850f20ae2ac102
      5b2b0472
    • Jeff Vander Stoep's avatar
      Merge "system_server is a client of configstore" into oc-dr1-dev am: 25578a30 · b1948add
      Jeff Vander Stoep authored
      am: 0d8b9830
      
      Change-Id: I55cbe59bf1be98555ea2a13e42c949477761e1da
      b1948add
    • Jeff Vander Stoep's avatar
      Merge "system_server is a client of configstore" into oc-dr1-dev · 0d8b9830
      Jeff Vander Stoep authored
      am: 25578a30
      
      Change-Id: I1d49bdbd662e4037843a2c6af4954a4a926c8543
      0d8b9830
    • TreeHugger Robot's avatar
    • Jeff Vander Stoep's avatar
      system_server is a client of configstore · 23e0a7f2
      Jeff Vander Stoep authored
      avc:  denied  { find } for
      interface=android.hardware.configstore::ISurfaceFlingerConfigs
      scontext=u:r:system_server:s0
      tcontext=u:object_r:hal_configstore_ISurfaceFlingerConfigs:s0
      tclass=hwservice_manager permissive=0
      
      Bug: 35197529
      Test: Device boots without this denial
      Change-Id: Ia43bc5879e03a1f2056e373b17cc6533636f98b1
      23e0a7f2
  4. Jun 22, 2017
  5. Jun 21, 2017
Loading