Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baaf3602 authored by Thomas Cedeno's avatar Thomas Cedeno
Browse files

Update flag description for user_data_refactoring

Flag: com.android.server.flags.keystore_in_memory_cleanup
Bug: 418998914
Test: adb shell aflags list | grep keystore_in_memory_cleanup
Change-Id: Iadcf63bceec9b1880004d20086f389ba08344776
parent 6e3b3b84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1609,7 +1609,7 @@ class UserController implements Handler.Callback {
            } catch (RemoteException re) {
                throw re.rethrowAsRuntimeException();
            }
            if (com.android.server.flags.Flags.userDataRefactoring()) {
            if (com.android.server.flags.Flags.keystoreInMemoryCleanup()) {
                // Send communication to keystore to wipe key cache for the given userId.
                mInjector.getKeyStoreAuthorization().onUserStorageLocked(userId);
            }
+2 −2
Original line number Diff line number Diff line
@@ -59,8 +59,8 @@ flag {
}

flag {
    name: "user_data_refactoring"
    name: "keystore_in_memory_cleanup"
    namespace: "desktop_security"
    description: "System services can use the SafePerUserDataCacheInterface and SafePerUserSystemService subclass for handling user data"
    description: "Keystore cleans up all components of the UserSuperKeys when the user credential encrypted storage is locked"
    bug: "384030190"
}