Skip to content
Snippets Groups Projects
  1. Jul 20, 2016
  2. Jul 19, 2016
  3. Jul 18, 2016
  4. Jul 15, 2016
  5. Jul 11, 2016
  6. Jul 08, 2016
  7. Jul 07, 2016
  8. Jul 01, 2016
  9. Jun 28, 2016
  10. Jun 23, 2016
  11. Jun 22, 2016
  12. Jun 21, 2016
    • Alex Deymo's avatar
      Allow update_engine to suspend/resume postinstall. · 108b74a1
      Alex Deymo authored
      update_engine launches the postinstall process and can suspend and
      resume it by sending SIGSTOP and SIGCONT. This fixes the following
      denials:
      
      update_engine: type=1400 audit(0.0:88): avc: denied { sigstop } for scontext=u:r:update_engine:s0 tcontext=u:r:postinstall:s0 tclass=process permissive=1
      update_engine: type=1400 audit(0.0:89): avc: denied { signal } for scontext=u:r:update_engine:s0 tcontext=u:r:postinstall:s0 tclass=process permissive=1
      
      Bug: 28959137
      TEST=`update_engine_client --suspend ; update_engine_client --resume` while the device is running postinstall.
      
      Change-Id: I9890ad0ff7fe04bae1a54fa07c61aafca8de8e66
      108b74a1
    • Felipe Leme's avatar
      Grant access to net_raw and net_admin to dumpstate. · 42aaf5a0
      Felipe Leme authored
      Cherrypicked from AOSP
      (commit 51fdddaf).
      
      BUG: 29455997
      Change-Id: I9c0d1973f166da202d039eac883a6e53d53e24cb
      42aaf5a0
  13. Jun 20, 2016
    • Felipe Leme's avatar
      Grant access to net_raw and net_admin to dumpstate. · 51fdddaf
      Felipe Leme authored
      These capabilities are required so it can run iptables, otherwise it
      will cause failures such as:
      
      06-20 16:19:02.650  5524  5524 W iptables: type=1400 audit(0.0:232): avc: denied { net_raw } for capability=13 scontext=u:r:dumpstate:s0 tcontext=u:r:dumpstate:s0 tclass=capability permissive=0
      06-20 16:56:57.119  5070  5070 W iptables: type=1400 audit(0.0:13): avc: denied { net_admin } for capability=12 scontext=u:r:dumpstate:s0 tcontext=u:r:dumpstate:s0 tclass=capability permissive=0
      
      BUG: 29455997
      Change-Id: I9c0d1973f166da202d039eac883a6e53d53e24cb
      51fdddaf
  14. Jun 17, 2016
  15. Jun 16, 2016
    • Hyejin's avatar
      allow radio to find nfc_service · 5143b6a2
      Hyejin authored
      Addresses:
      avc:  denied  { find } for service=nfc pid=3355 uid=1001 scontext=u:r:radio:s0 tcontext=u:object_r:nfc_service:s0 tclass=service_manager
      
      BUG=29339762
      Change-Id: I87479ef4607bd3e18a2fecb53909c4878e227e2b
      5143b6a2
Loading