Skip to content
Snippets Groups Projects
  1. Aug 24, 2017
    • Jeff Vander Stoep's avatar
      Merge "hal_configstore: use crash_dump fallback path" into oc-mr1-dev · fa302518
      Jeff Vander Stoep authored
      am: cdf186e4
      
      Change-Id: I89df277c7a3ce19a69f6d3b5f2a4960515da8a2c
      fa302518
    • TreeHugger Robot's avatar
    • Jeff Vander Stoep's avatar
      hal_configstore: use crash_dump fallback path · c5884836
      Jeff Vander Stoep authored
      Configstore HAL uses a seccomp filter which blocks the standard
      path of execing crash_dump to collect crash data. Add permission
      to use crash_dump's fallback mechanism.
      
      Allowing configstore to write to the socket provided by tombstoned
      required either exempting configstore from a neverallow rule, or
      removing the neverallow rule entirely. Since the neverallow rule
      could potentially prevent partners for doing security hardening,
      it has been removed.
      
      Bug: 64768925
      Bug: 36453956
      
      Test: killall -ABRT android.hardware.configstore@1.1-service
          Results in a call stack in logcat, and tombstone in
          /data/tombstones
      Test: configstore runs without crashing
      Test: SANITIZE_TARGET="address coverage" make vts -j64
          vts-tradefedrun commandAndExit vts --skip-all-system-status-check \
          -primary-abi-only --skip-preconditions -l VERBOSE --module \
          VtsHalConfigstoreV1_0IfaceFuzzer
      
      Change-Id: I1ed5265f173c760288d856adb9292c4026da43d6
      (cherry picked from commit 9924d782)
      c5884836
  2. Aug 18, 2017
  3. Aug 17, 2017
  4. Aug 16, 2017
  5. Aug 15, 2017
  6. Aug 14, 2017
  7. Aug 12, 2017
  8. Aug 11, 2017
  9. Aug 09, 2017
  10. Aug 08, 2017
Loading