]> git.baikalelectronics.ru Git - kernel.git/commit
eCryptfs: Print FNEK sig properly in /proc/mounts
authorTyler Hicks <tyhicks@linux.vnet.ibm.com>
Mon, 16 Mar 2009 17:35:12 +0000 (12:35 -0500)
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>
Wed, 22 Apr 2009 08:54:13 +0000 (03:54 -0500)
commite0de9d7b4ad0a293339ae2619d4aba5a7e17446f
tree76edf493f4737f57448e5705cd7d29fddeb4a66a
parent583369f3690b861fbcdacb252eb7fe2d8c08261f
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>
fs/ecryptfs/super.c