Skip to content
Snippets Groups Projects
  1. Jun 06, 2016
  2. Jun 03, 2016
  3. Jun 02, 2016
    • Narayan Kamath's avatar
      sepolicy: broaden system_server access to foreign_dex_data_file. · d82df3bd
      Narayan Kamath authored
      The system_server needs to rename these files when an app is upgraded.
      
      bug: 28998083
      Change-Id: Idb0c1ae774228faaecc359e4e35603dbb534592a
      d82df3bd
    • Daniel Micay's avatar
      expose control over unpriv perf access to shell · c1350181
      Daniel Micay authored
      am: 7005e25e
      
      * commit '7005e25e':
        expose control over unpriv perf access to shell
      
      Change-Id: I2ea512b705a480da5c7818601c584f696c7ba3b7
      c1350181
    • Daniel Micay's avatar
      expose control over unpriv perf access to shell · 7005e25e
      Daniel Micay authored
      (Cherry picked from commit 38ac77e4)
      
      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
      7005e25e
  4. Jun 01, 2016
  5. May 27, 2016
  6. May 26, 2016
  7. May 24, 2016
    • Fyodor Kupolov's avatar
      SELinux policies for /data/preloads directory · e90f1586
      Fyodor Kupolov authored
      am: 49ac2a3d
      
      * commit '49ac2a3d':
        SELinux policies for /data/preloads directory
      
      Change-Id: I3ce72279ba0a054527e860b8287c1a39e8d4fcfe
      e90f1586
    • Fyodor Kupolov's avatar
      SELinux policies for /data/preloads directory · 49ac2a3d
      Fyodor Kupolov authored
      A new directory is created in user data partition that contains preloaded
      content such as a retail mode demo video and pre-loaded APKs.
      
      The new directory is writable/deletable by system server. It can only be
      readable (including directory list) by privileged or platform apps
      
      Bug: 28855287
      Change-Id: I3816cd3a1ed5b9a030965698a66265057214f037
      49ac2a3d
  8. May 17, 2016
  9. May 16, 2016
  10. May 14, 2016
  11. May 13, 2016
  12. May 12, 2016
Loading