Bug 78544 - [RFE] add encrypted file system support
Summary: [RFE] add encrypted file system support
Keywords:
Status: CLOSED DUPLICATE of bug 56698
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: distribution
Version: 8.0
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-11-25 15:37 UTC by Michael Lee Yohe
Modified: 2007-04-18 16:48 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-12-09 17:46:55 UTC
Embargoed:


Attachments (Terms of Use)

Description Michael Lee Yohe 2002-11-25 15:37:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020830

Description of problem:
Encrypted file system support is becoming a feature necessary in securing
systems - it's being adopted by other distributions and is a standard feature
available on many operating systems (especially the dominant Windows 2000/XP). 
This is particularly handy for the enterprise in adopting Red Hat Linux
installed on laptops and mobile computing devices that could potentially handle
important data that should not fall into the wrong hands.

There are various methods and drivers that currently work with the Linux kernel
- some are non-interference implementations (mostly reside in the user level and
are easily modified/setup via the loopback device).  Some are on the low-level
parts of the kernel - which could cause problems in kernel maintenance and
platform independence.

As it stands, adding a kernel "hook" for a usermode driver, and adding user-land
utilities to setup loopback devices and a simple loopback file to store
encrypted data would be a big plus, since the operating system itself does not
necessarily be encrypted (for speed purposes).  Only sections of the operating
system needs to be encrypted, as well as some installed applications
(/etc/passwd, /opt/secure??) would need to be encrypted.

I believe a nicely streamlined setup application combined with this module would
help Red Hat Linux adoption for mobile computing devices and laptops.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. see description.	

Actual Results:  No existence of a method to encrypt file system data.

Expected Results:  kernel level support for encrypted file systems.
user-level applications to setup encrypted file systems.

Additional info:

Comment 1 Arjan van de Ven 2002-11-25 15:39:28 UTC
ehm please check again; the 8.0 kernel HAS loop encryption support

Comment 2 Michael Lee Yohe 2002-12-05 15:04:34 UTC
In reference to Bug 56698, the distribution should have a method of configuring
an encrypted file system.  I am currently working on a GTK2 application that
will handle this on a per-user level (configurable by root) - however,
non-functional (out-of-the-box) loopback encryption support for filesystems _in
the distribution_  prevents this capability (as it stands).

Should this be Bill's RFE bug?

Comment 3 Bill Nottingham 2002-12-09 17:46:48 UTC
Elliot, can we pull in the util-linux bits?

Comment 4 Elliot Lee 2002-12-09 17:56:09 UTC
Would like to use whatever the upstream util-linux maintainer decides to accept.

I will e-mail him again to find out what the status is.

Until there's a util-linux with crypto support included, I don't want to add support in the RH 
package by choosing from the umpteen patch sets out there.

*** This bug has been marked as a duplicate of 56698 ***


Note You need to log in before you can comment on or make changes to this bug.