commit | 3a5203ab3c0c31e0f1434c69e893bfb85c6e6657 | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Mon Mar 16 12:35:12 2009 -0500 |
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Wed Apr 22 03:54:13 2009 -0500 |
tree | 76edf493f4737f57448e5705cd7d29fddeb4a66a | |
parent | 57ea34d19963781d05eb12f9b31bd4f70d61ec16 [diff] |
eCryptfs: Print FNEK sig properly in /proc/mounts The filename encryption key signature is not properly displayed in /proc/mounts. The "ecryptfs_sig=" mount option name is displayed for all global authentication tokens, included those for filename keys. This patch checks the global authentication token flags to determine if the key is a FEKEK or FNEK and prints the appropriate mount option name before the signature. Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>