OSDN Git Service

Switch to fchown() for changing the UID of sockets.
authorErik Kline <ek@google.com>
Wed, 24 Jun 2015 06:06:07 +0000 (15:06 +0900)
committerErik Kline <ek@google.com>
Wed, 24 Jun 2015 06:42:06 +0000 (15:42 +0900)
commitd16f6f82d2a9a15e78bc8b509e0a20caaebb34e0
treecde5b727c6fe97d8f0c3be4caee018226186e276
parent92cd1d206f22be0eab99638c682c79cfdd78b537
Switch to fchown() for changing the UID of sockets.

All tests PASS on:
    - android/android-3.4
    - android/android-3.10

Also, multinetwork_test.py PASSes
    - android/android-3.18

Bug: 20733156
Bug: 21832279
Change-Id: I1738ca014e58af35f841e31faad649d485b370c6
tests/net_test/multinetwork_base.py