added uuid support for EVM
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>
Mon, 11 Feb 2013 11:55:32 +0000 (13:55 +0200)
committerDmitry Kasatkin <dmitry.kasatkin@intel.com>
Mon, 11 Feb 2013 14:07:30 +0000 (16:07 +0200)
commit1d24a94bb556b2038f64249cfa238463bc327618
tree8482344a4922b6117678921299bc26fe0a9feb44
parent5be54eaca492ee04510c41c30b3af36b09ee1a00
added uuid support for EVM

Latest version of EVM uses file system UUID as part of an HMAC
calculation to prevent pasting of inode metadata from other file
systems. This patch adds support for adding file system UUID
to HMAC calculation. It is necessary to specify '-u -' or '--uuid -'
on evmctl command line.

Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
README
src/evmctl.c