commit | e58a92b735a026c2a86346e5963b8e679154e419 | [log] [tgz] |
---|---|---|
author | Patrick Williams <pdwilliams@google.com> | Thu Feb 29 14:52:25 2024 -0600 |
committer | Patrick Williams <pdwilliams@google.com> | Tue Mar 19 16:20:20 2024 -0500 |
tree | 0057ad402aefe19d316890eb3a1ae309b97efb13 | |
parent | 8127c23d2eab39f28a854ce5b1cde94645b4b537 [diff] [blame] |
Allow root to create secure virtual displays. Bug: 324890339 Test: SurfaceFlinger_test Change-Id: I6b49f3dfc3d66dd7d5e66f99b9947245fc708bc0
diff --git a/services/surfaceflinger/tests/Credentials_test.cpp b/services/surfaceflinger/tests/Credentials_test.cpp index 822ac4d..9b83713 100644 --- a/services/surfaceflinger/tests/Credentials_test.cpp +++ b/services/surfaceflinger/tests/Credentials_test.cpp
@@ -241,7 +241,7 @@ // Check with root. { UIDFaker f(AID_ROOT); - ASSERT_FALSE(condition()); + ASSERT_TRUE(condition()); } // Check as a Graphics user.