mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-27 03:18:59 +02:00
Add support for TCRYPT volumes to GMountOperation
Add G_ASK_PASSWORD_TCRYPT flag to GAskPasswordFlags and add the following properties to GMountOperation: - hidden_volume [1] - system_volume [2] - pim [3] [1] https://www.veracrypt.fr/en/Hidden%20Volume.html [2] https://www.veracrypt.fr/en/System%20Encryption.html [3] https://www.veracrypt.fr/en/Personal%20Iterations%20Multiplier%20(PIM).html
This commit is contained in:
@@ -1497,6 +1497,12 @@ g_mount_operation_get_password_save
|
||||
g_mount_operation_set_password_save
|
||||
g_mount_operation_get_choice
|
||||
g_mount_operation_set_choice
|
||||
g_mount_operation_get_is_tcrypt_hidden_volume
|
||||
g_mount_operation_set_is_tcrypt_hidden_volume
|
||||
g_mount_operation_get_is_tcrypt_system_volume
|
||||
g_mount_operation_set_is_tcrypt_system_volume
|
||||
g_mount_operation_get_pim
|
||||
g_mount_operation_set_pim
|
||||
g_mount_operation_reply
|
||||
<SUBSECTION Standard>
|
||||
GMountOperationClass
|
||||
|
@@ -455,6 +455,21 @@
|
||||
<listitem><para>Show extra information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--tcrypt-pim</option></term>
|
||||
<listitem><para>The numeric PIM when unlocking a VeraCrypt volume.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--tcrypt-hidden</option></term>
|
||||
<listitem><para>Mount a TCRYPT hidden volume.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--tcrypt-system</option></term>
|
||||
<listitem><para>Mount a TCRYPT system volume.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect3>
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user