commit | 5c8574b51210be53efbb488965db0b8591c8d1cf | [log] [tgz] |
---|---|---|
author | Benoit Goby <benoit@android.com> | Tue Aug 14 15:43:46 2012 -0700 |
committer | Benoit Goby <benoit@android.com> | Tue Aug 14 15:51:44 2012 -0700 |
tree | 2bd4f3acd3754ab504f1e5d60c32e6ad99cbc557 | |
parent | 90b80de5a7b9b4557985eb2ec21d2d82b44eb83b [diff] |
init: Fix mkdir command when using ISUID or ISGID bit On first boot, the directory is created with root:root ownership and then chowned. chown clears the ISUID and ISGID bits, so we need to chmod the directory again after chown. Change-Id: I02dfe7a19a637678256b4e7cc09e6b5431e6f11e