Passphrase in storage.

This commit is contained in:
Teo Mrnjavac 2016-05-06 16:59:11 +02:00
parent db63109539
commit 31106629cb

View File

@ -100,6 +100,7 @@ mapForPartition( Partition* partition, const QString& uuid )
{ {
map[ "luksMapperName" ] = luksFs->mapperName( partition->partitionPath() ).split( "/" ).last(); map[ "luksMapperName" ] = luksFs->mapperName( partition->partitionPath() ).split( "/" ).last();
map[ "luksUuid" ] = getLuksUuid( partition->partitionPath() ); map[ "luksUuid" ] = getLuksUuid( partition->partitionPath() );
map[ "luksPassphrase" ] = luksFs->passphrase();
cDebug() << "luksMapperName:" << map[ "luksMapperName" ]; cDebug() << "luksMapperName:" << map[ "luksMapperName" ];
} }
} }