commit | bbddc80a91a16ab8846ef7d2eac806b9e954f9e4 | [log] [tgz] |
---|---|---|
author | Suren Baghdasaryan <surenb@google.com> | Sat Feb 02 16:09:17 2019 -0800 |
committer | Suren Baghdasaryan <surenb@google.com> | Wed Feb 06 21:01:41 2019 +0000 |
tree | ede6eb0fd15b4c12d10dec88e9c0ac66ff564649 | |
parent | 25413e44d7134285b584a67abb4eebcb0ac54744 [diff] |
libprocessgroup: Fix file mode parsing that requires octal values JSON supports only decimal values and therefore file mode which should use octal values has to be represented as strings. Fix the implicit octal-to-decimal conversion and convert from string to octal in the code. Bug: 111307099 Test: confirmed by verifying correct file permissions Change-Id: I3ef9de0aea259f93bf74efeffca72d37d4740e15 Signed-off-by: Suren Baghdasaryan <surenb@google.com>