summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2007-11-16 15:45:49 -0600
committerDavid Lehman <dlehman@redhat.com>2007-11-16 15:51:13 -0600
commita790f7407b82c7b5a703b42ed0e7d7dd2245947d (patch)
tree97a6d25f4ca581165388d7cc4b06c6701c5829a2 /packages.py
parent109094c4acfe25c569bc49f8b3efad3b6c08fb35 (diff)
downloadanaconda-a790f7407b82c7b5a703b42ed0e7d7dd2245947d.tar.gz
anaconda-a790f7407b82c7b5a703b42ed0e7d7dd2245947d.tar.xz
anaconda-a790f7407b82c7b5a703b42ed0e7d7dd2245947d.zip
Initial support for block devices encrypted using LUKS/dm-crypt.
The class LUKSDevice, in cryptodev.py, handles the details of creation and management of the encrypted devices. RequestSpec and Device classes contain an optional LUKSDevice instance describing the device's encryption setup. There is no support for pre-existing encrypted devices and kickstart support is not present at this point.
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index aeefde277..bbf2b8c95 100644
--- a/packages.py
+++ b/packages.py
@@ -206,7 +206,7 @@ def setFileCons(anaconda):
"/etc/blkid.tab", "/etc/blkid.tab.old",
"/etc/mtab", "/etc/fstab", "/etc/resolv.conf",
"/etc/modprobe.conf", "/etc/modprobe.conf~",
- "/var/log/wtmp", "/var/run/utmp",
+ "/var/log/wtmp", "/var/run/utmp", "/etc/crypttab",
"/dev/log", "/var/lib/rpm", "/", "/etc/raidtab",
"/etc/mdadm.conf", "/etc/hosts", "/etc/sysconfig/network",
"/etc/udev/rules.d/70-persistent-net.rules",