commit | f6b3add64b96575a3645413e15b527be1b2abffd | [log] [tgz] |
---|---|---|
author | Rubin Xu <rubinxu@google.com> | Tue Apr 04 20:16:25 2017 +0100 |
committer | Rubin Xu <rubinxu@google.com> | Wed Apr 05 11:30:06 2017 +0100 |
tree | 93187accf61ab694175bbcf5484abf28b0c94f08 | |
parent | dfe50524a5bb83d65567dfe03ec82a18b2665a38 [diff] |
Fix liblog#__security failure Update pid and gid value after calling setuid() Bug: 36480230 Test: cts-tradefed run cts -m CtsLiblogTestCases -t liblog#__security_buffer Change-Id: I707f7c724d64236ec17f2d978c85883a7b4f180f Merges-In: I707f7c724d64236ec17f2d978c85883a7b4f180f
diff --git a/liblog/tests/liblog_test.cpp b/liblog/tests/liblog_test.cpp index 0538c4c..70b8a28 100644 --- a/liblog/tests/liblog_test.cpp +++ b/liblog/tests/liblog_test.cpp
@@ -1984,6 +1984,8 @@ EXPECT_EQ(0, setuid(AID_SYSTEM)); // only one that can read security buffer + uid = getuid(); + gid = getgid(); pid_t pid = getpid(); ASSERT_TRUE(NULL !=