Removed udev rule that prevented mkfs from running on encrypted devices

This commit is contained in:
frisco 2009-06-28 00:46:53 +00:00
parent 40ddadd1fc
commit cb123df3a8

View file

@ -1,3 +1,3 @@
# the cryptobox live-cd should not use any device mapper block devices as they
# are created by cryptsetup -> make it non-writeable for the cryptobox user
KERNEL=="dm-*", MODE="0600", OWNER="root", GROUP="root"
##This file is for any special udev rules required for the CryptoNAS
##Debian Live system.