Searched hist:f4e60e6b303bc46cdc477d3174dbf9cb5dd013aa (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ecryptfs/ |
H A D | mmap.c | diff f4e60e6b303bc46cdc477d3174dbf9cb5dd013aa Thu Feb 11 00:02:32 CST 2010 Tyler Hicks <tyhicks@linux.vnet.ibm.com> eCryptfs: Strip metadata in xattr flag in encrypted view
The ecryptfs_encrypted_view mount option provides a unified way of viewing encrypted eCryptfs files. If the metadata is stored in a xattr, the metadata is moved to the file header when the file is read inside the eCryptfs mount. Because of this, we should strip the ECRYPTFS_METADATA_IN_XATTR flag from the header's flag section. This allows eCryptfs to treat the file as an eCryptfs file with a header at the front.
Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
|
H A D | ecryptfs_kernel.h | diff f4e60e6b303bc46cdc477d3174dbf9cb5dd013aa Thu Feb 11 00:02:32 CST 2010 Tyler Hicks <tyhicks@linux.vnet.ibm.com> eCryptfs: Strip metadata in xattr flag in encrypted view
The ecryptfs_encrypted_view mount option provides a unified way of viewing encrypted eCryptfs files. If the metadata is stored in a xattr, the metadata is moved to the file header when the file is read inside the eCryptfs mount. Because of this, we should strip the ECRYPTFS_METADATA_IN_XATTR flag from the header's flag section. This allows eCryptfs to treat the file as an eCryptfs file with a header at the front.
Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
|
H A D | crypto.c | diff f4e60e6b303bc46cdc477d3174dbf9cb5dd013aa Thu Feb 11 00:02:32 CST 2010 Tyler Hicks <tyhicks@linux.vnet.ibm.com> eCryptfs: Strip metadata in xattr flag in encrypted view
The ecryptfs_encrypted_view mount option provides a unified way of viewing encrypted eCryptfs files. If the metadata is stored in a xattr, the metadata is moved to the file header when the file is read inside the eCryptfs mount. Because of this, we should strip the ECRYPTFS_METADATA_IN_XATTR flag from the header's flag section. This allows eCryptfs to treat the file as an eCryptfs file with a header at the front.
Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
|