1. 14 Oct, 2016 1 commit
  2. 11 Jul, 2016 1 commit
  3. 28 Jun, 2016 2 commits
    • Daniel Xie's avatar
    • Daniel Micay's avatar
      expose control over unpriv perf access to shell · 4195e7d5
      Daniel Micay authored
      (cherry picked from commit af45d3c9ddbae3e810ec269a0ef4f6ec1886888c)
      
      This allows the shell user to control whether unprivileged access to
      perf events is allowed.
      
      To enable unprivileged access to perf:
      
          adb shell setprop security.perf_harden 0
      
      To disable it again:
      
          adb shell setprop security.perf_harden 1
      
      This allows Android to disable this kernel attack surface by default,
      while still allowing profiling tools to work automatically. It can also
      be manually toggled, but most developers won't ever need to do that if
      tools end up incorporating this.
      
      Bug: 29054680
      
      Change-Id: Idcf6a2f6cbb35b405587deced7da1f6749b16a5f
      4195e7d5
  4. 03 May, 2016 1 commit
  5. 21 Oct, 2015 1 commit
  6. 14 Oct, 2015 1 commit
  7. 28 Aug, 2015 33 commits