commit | 122159c4ce7ba404b34b38d324f7c3533c35a97a | [log] [tgz] |
---|---|---|
author | William Roberts <william.c.roberts@intel.com> | Wed Apr 06 19:18:50 2016 -0700 |
committer | William Roberts <william.c.roberts@intel.com> | Thu Apr 07 13:38:36 2016 -0700 |
tree | 779be8c42c1d122563c3d2b0ece760ec0b99982b | |
parent | d6c578373f82650be37223dc6c0cbc8778514796 [diff] |
init: switch from android_ids to getpwnam Start to move users of android_filesystem_config.h to use the standard grp and pwd interface functions. Advantages: * one copy of android_ids in libc, removing it from init objects. * immediately starts oem_xxx users and groups in rc. * future will support _named_ oem ids via backend improvements. Change-Id: Ib1ae1e0cbdcaaf60deb3759681a6030b615c069c Bug: 27999086 Signed-off-by: William Roberts <william.c.roberts@intel.com>