1. 18 Apr, 2012 1 commit
    • Eric Laurent's avatar
      removed obsolete audio policy flags · 577deda5
      Eric Laurent authored
      Removed obsolete AUDIO_POLICY_OUTPUT_FLAG_xxx flags definition.
      All project mmust use AUDIO_OUTPUT_FLAG_xxx flags from system/audio.h
      
      Change-Id: Ib374dee96afcf176df35d9a621be02ce0e30caf5
      577deda5
  2. 17 Apr, 2012 2 commits
  3. 16 Apr, 2012 1 commit
  4. 13 Apr, 2012 2 commits
  5. 12 Apr, 2012 5 commits
  6. 11 Apr, 2012 5 commits
  7. 10 Apr, 2012 2 commits
  8. 09 Apr, 2012 1 commit
  9. 08 Apr, 2012 1 commit
  10. 06 Apr, 2012 3 commits
    • Robert Greenwalt's avatar
      Add MDNS service · 1d91fcf7
      Robert Greenwalt authored
      Adds both the new service and another socket for netd.
      
      Change-Id: Ie0271a2c48aa55217ae3fcdcc8e121b86b5a589b
      1d91fcf7
    • Eric Laurent's avatar
      audio: added definitions for usb audio devices · 79f90bdc
      Eric Laurent authored
      Change-Id: I4a4f5919708a09f87974367961b1d09664ae6c06
      79f90bdc
    • Kenny Root's avatar
      Add signal names to kill · a64adba5
      Kenny Root authored
      mksh provides a kill primitive with signal names, but also offer it in
      our toolbox binary. This will allow anyone to use "kill -HUP <pid>" or
      "kill -l" to look at the name to number signal mapping.
      
      Change-Id: Id683721f4ad3f2b518b4dc54a6073510290cbe04
      a64adba5
  11. 03 Apr, 2012 2 commits
  12. 02 Apr, 2012 3 commits
    • Ken Sumrall's avatar
    • Nick Kralevich's avatar
      init: Change umask of forked processes to 077 · 6ebf12fe
      Nick Kralevich authored
      Modify init to set the umask to 077 when forking processes.
      This helps protect against inadvertant information disclosure
      in init's child processes.
      
      ueventd: Keep umask at 000. uevent needs to be able to
      create device nodes with exactly the permissions it
      indicates.
      
      Testing:
      1) Do an "ls -lR /data /dev" on the device before and after
      the umask change and diff the output. Verified by hand
      that the permission change wouldn't cause any problems.
      
      2) Verify that package installation works, and the permissions
      are as expected, when installing a program from market and
      "adb install".
      
      Bug: 3272072
      Change-Id: Ie4f7f06c0ee9da8d9b6fce25d71d8991a9bce406
      6ebf12fe
    • Nick Kralevich's avatar
      adb: set umask to 000 · eb68fa81
      Nick Kralevich authored
      Init is going to be modified to set the umask to 077.
      This will impact adb, as "adb install" and "adb sync"
      assume that files will be world-readable / writable.
      
      Keep adb's umask at 000 for now.
      
      Bug: 3272072
      Change-Id: I75978e8dd7bbdf4dbe7c9a691ef516235f207da2
      eb68fa81
  13. 31 Mar, 2012 1 commit
    • Kenny Root's avatar
      fastboot: add support for SELinux and fs_config_func · 1ecb8681
      Kenny Root authored
      There were some changes to make_ext4fs to add SELinux context. Also, we
      changed the "android" argument to an fs_config_func that allows you to
      customize the permissions put into a ext4 filesystem.
      
      Change-Id: If23152c40659122a91771fcbd094f713b38e321e
      1ecb8681
  14. 30 Mar, 2012 5 commits
  15. 29 Mar, 2012 6 commits