0289380427 Can anhone confirm this statement?
gos-users I also assume that the "delete guest" simply removes the keystore key and erases the temporary user profile, but in reality, there are probably still traces left in memory or elsewhere (system logs, caches, swap…).
I don't know how guest profiles specifically works, but in a general sense, yes, this statement is true. System logs from deleted profiles will remain until phone reboot, and same with swap. System logs are only kept in RAM memory, so will be wiped by a reboot of the phone. The swap is encrypted with a per-boot key, so is in a cryptographic sense also wiped to the same extent as the guest profile itself is on phone reboot.
Metadata such as file sizes and number of files from deleted profiles will remain until a factory reset of the phone is made. File sizes alone might reveal the identity of the files to an attacker, if they have been downloaded from or uploaded to the internet, as file sizes often are unique.
On top of that, some system settings are shared with owner profile, such as Wifi settings, which means that data will also be retained until a factory reset, regardless of profile that connected to that Wifi network or such.
No user profile can be used in a stateless way.