User Tools

Site Tools


chromium-os

This is an old revision of the document!


Login

  • people can fully use Chromium OS without needing a Google login (fine);
  • plan to give SSO experience at OpenID relying parties;
  • user name will be hashed HASH(salt||user@domain.com). Web-based user name may contain characters that are not safe for use on the file system (nice side effect for the security).

Security

Partition encryption

Each user is allocated one encrypted image file that can grow to fill the free space on its disk partition. The image file is stored in a directory specific to the user using a hash of the user name with a salt value. The image itself is a sparse file that is attached to the system through a loop device. Using the device mapper subsystem, a virtual, encrypting block device, dm-crypt, is layered on top of the loop device.

The image encryption key for the dm-crypt device is generated randomly during setup using the randomness generator provided by the kernel, and if supported, seeded by a hardware random number generator. It is then encrypted with a partial cryptographic hash derived from the user's Google Accounts password and stored with the encrypted image on the underlying file system. On login, the encryption key is decrypted, and the encrypted image is mounted over the user's home directory. If the user's password changes, the image encryption key is re-encrypted with a new weak hash generated from the new passphrase. There are still some outstanding issues around what happens if a user changes her password from a non-Chromium OS machine….

Applications

  • Google Chromium OS applications for maximum security;
  • possible to install applications from external sources (like Android)
  • all HTML5-enabled web applications.
chromium-os.1291676229.txt.gz · Last modified: 2010/12/06 23:57 by cedric