gnome-shell/js/ui/components
segfault aa3e64aec3 shellMountOperation: Support TCRYPT
This extends the ShellMountPasswordDialog by widgets which allow
specifying parameters supported by TrueCrypt and VeraCrypt compatible
volumes (TCRYPT). This includes:

 - Whether the volume to be unlocked is hidden.
 - Whether the volume to be unlocked is a system partition.
   Note: TrueCrypt and VeraCrypt only support encrypting Windows
   systems [1], so the label for this option is "Windows System Volume".
 - Whether to use a PIM [2].
 - Whether to use keyfiles. Unfortunately, GMountOperation doesn't
   support TCRYPT keyfiles, so if this checkbox is checked, we tell the
   user that they should unlock the volume with Disks, which supports
   unlocking TCRYPT volumes with keyfiles.

[1] https://www.veracrypt.fr/en/System%20Encryption.html
[2] https://www.veracrypt.fr/en/Header%20Key%20Derivation.html

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/126
2019-05-20 19:59:04 +02:00
..
__init__.js cleanup: Port non-GObject classes to JS6 classes 2019-01-25 14:02:44 +00:00
automountManager.js shellMountOperation: Support TCRYPT 2019-05-20 19:59:04 +02:00
autorunManager.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
keyring.js keyring: Use bind_property for message and description values 2019-05-15 18:37:45 +00:00
networkAgent.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
polkitAgent.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
telepathyClient.js cleanup: Fix spelling errors 2019-05-15 19:32:29 +00:00